Use gomplate in Dockerfile

This commit is contained in:
Daniel Berteaud 2023-08-28 23:33:19 +02:00
parent 28c1686d56
commit 30c35e2d9e
5 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM danielberteaud/alpine:latest
FROM [[ .docker.repo ]][[ .docker.base_images.alpine ]]
MAINTAINER Daniel Berteaud <dbd@ehtrace.com>
ENV ACME_HTTP_PORT=8787 \
@ -19,7 +19,7 @@ RUN set -eu &&\
chown acme:acme /secrets &&\
setcap -r /usr/sbin/vault
COPY resources/ /
COPY root/ /
USER acme
EXPOSE ${ACME_HTTP_PORT}

View File

@ -2,7 +2,7 @@
acme:
# The Docker image to use
image: danielberteaud/acme-to-vault:20230821-2
image: danielberteaud/acme-to-vault:20230828-1
# If a cron expression is defined, the service will stay running and renew certs.
# If an empty string, the container will exit after running once