[bitnami/vault-k8s] Release 1.7.2-debian-12-r3 (#90202)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2026-01-28 20:56:52 +01:00
committed by GitHub
parent b4bd13b8a5
commit 94e092776d

View File

@@ -7,7 +7,7 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith"
ARG TARGETARCH
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
org.opencontainers.image.created="2026-01-16T01:50:54Z" \
org.opencontainers.image.created="2026-01-28T19:32:23Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/vault-k8s/README.md" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/vault-k8s" \
@@ -46,7 +46,7 @@ RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true
ENV APP_VERSION="1.7.2" \
BITNAMI_APP_NAME="vault-k8s" \
IMAGE_REVISION="2" \
IMAGE_REVISION="3" \
PATH="/opt/bitnami/vault-k8s/bin:$PATH"
USER 1001