Initial Commit
Signed-off-by: Leonardo Amaral <contato@leonardoamaral.com.br>
This commit is contained in:
5
Containerfile
Normal file
5
Containerfile
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
ARG TAG
|
||||||
|
|
||||||
|
FROM docker.stirlingpdf.com/stirlingtools/stirling-pdf:$TAG
|
||||||
|
|
||||||
|
RUN curl -sSL https://gist.githubusercontent.com/antoniordo/0038eb6830e4e4dafd413b61481a812b/raw/ac3dca8eeee718cb1c3398fbaad8e99ed01b4c1f/instalar-certificados-ac-icp-brasil.sh | bash -
|
||||||
10
Makefile
Normal file
10
Makefile
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
.PHONY: default
|
||||||
|
default: all
|
||||||
|
|
||||||
|
TAG := $(shell curl -sSL https://raw.githubusercontent.com/Stirling-Tools/Stirling-PDF-chart/refs/heads/main/charts/stirling-pdf/Chart.yaml | yq -r .appVersion)
|
||||||
|
|
||||||
|
all: build
|
||||||
|
|
||||||
|
build:
|
||||||
|
podman build --build-arg TAG=$(TAG) --platform=linux/amd64,linux/arm64 -t git.leonardoamaral.com.br/zenithtecnologia/stirling-pdf-icp-brasil:$(TAG) .
|
||||||
|
podman push git.leonardoamaral.com.br/zenithtecnologia/stirling-pdf-icp-brasil:$(TAG)
|
||||||
Reference in New Issue
Block a user