Update vault to 1.15.6

This commit is contained in:
Daniel Berteaud 2024-03-04 23:15:19 +01:00
parent 5409f298e1
commit f438e820dc
4 changed files with 6 additions and 6 deletions

View File

@ -61,7 +61,7 @@ job "acme-to-vault" {
user = 8787 user = 8787
config { config {
image = "danielberteaud/acme-to-vault:24.1-4" image = "danielberteaud/acme-to-vault:24.3-1"
readonly_rootfs = true readonly_rootfs = true
pids_limit = 50 pids_limit = 50
mount { mount {

View File

@ -1,6 +1,6 @@
FROM danielberteaud/alpine:24.2-1 AS vault FROM danielberteaud/alpine:24.3-1 AS vault
ARG VAULT_VERSION=1.15.4 ARG VAULT_VERSION=1.15.6
RUN set -euxo pipefail &&\ RUN set -euxo pipefail &&\
apk --no-cache add \ apk --no-cache add \
@ -12,7 +12,7 @@ RUN set -euxo pipefail &&\
unzip -d /usr/local/bin vault_${VAULT_VERSION}_linux_amd64.zip &&\ unzip -d /usr/local/bin vault_${VAULT_VERSION}_linux_amd64.zip &&\
rm vault_${VAULT_VERSION}_linux_amd64.zip rm vault_${VAULT_VERSION}_linux_amd64.zip
FROM danielberteaud/alpine:24.2-1 FROM danielberteaud/alpine:24.3-1
MAINTAINER Daniel Berteaud <dbd@ehtrace.com> MAINTAINER Daniel Berteaud <dbd@ehtrace.com>
ARG VAULT_VERSION=1.15.4 ARG VAULT_VERSION=1.15.4

View File

@ -1,6 +1,6 @@
FROM [[ .docker.repo ]][[ .docker.base_images.alpine.image ]] AS vault FROM [[ .docker.repo ]][[ .docker.base_images.alpine.image ]] AS vault
ARG VAULT_VERSION=1.15.4 ARG VAULT_VERSION=1.15.6
RUN set -euxo pipefail &&\ RUN set -euxo pipefail &&\
apk --no-cache add \ apk --no-cache add \

View File

@ -5,7 +5,7 @@ instance: acme-to-vault
acme: acme:
# The Docker image to use # The Docker image to use
image: '[[ .docker.repo ]]acme-to-vault:24.1-4' image: '[[ .docker.repo ]]acme-to-vault:24.3-1'
# If a cron expression is defined, the service will stay running and renew certs. # 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 # If an empty string, the container will exit after running once