Skip to content

Commit d965960

Browse files
authored
[bitnami/vault] Release 2.0.2-debian-12-r0 (#94408)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
1 parent 4bdc0d4 commit d965960

5 files changed

Lines changed: 7 additions & 7 deletions

bitnami/vault/2/debian-12/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith"
77
ARG TARGETARCH
88

99
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
10-
org.opencontainers.image.created="2026-06-05T11:12:13Z" \
10+
org.opencontainers.image.created="2026-06-05T21:22:36Z" \
1111
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
1212
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/vault/README.md" \
1313
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/vault" \
1414
org.opencontainers.image.title="vault" \
1515
org.opencontainers.image.vendor="Broadcom, Inc." \
16-
org.opencontainers.image.version="2.0.1"
16+
org.opencontainers.image.version="2.0.2"
1717

1818
ENV HOME="/" \
1919
OS_ARCH="${TARGETARCH:-amd64}" \
@@ -28,7 +28,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
2828
DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \
2929
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
3030
COMPONENTS=( \
31-
"vault-2.0.1-2-linux-${OS_ARCH}-debian-12" \
31+
"vault-2.0.2-0-linux-${OS_ARCH}-debian-12" \
3232
) ; \
3333
for COMPONENT in "${COMPONENTS[@]}"; do \
3434
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -44,9 +44,9 @@ RUN apt-get update && apt-get upgrade -y && \
4444
RUN useradd -r -u 1001 -g root vault
4545
RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true
4646

47-
ENV APP_VERSION="2.0.1" \
47+
ENV APP_VERSION="2.0.2" \
4848
BITNAMI_APP_NAME="vault" \
49-
IMAGE_REVISION="3" \
49+
IMAGE_REVISION="0" \
5050
PATH="/opt/bitnami/vault/bin:$PATH"
5151

5252
USER 1001

bitnami/vault/2/debian-12/prebuildfs/opt/bitnami/checksums/vault-2.0.1-2-linux-amd64-debian-12.tar.gz.sha256

Lines changed: 0 additions & 1 deletion
This file was deleted.

bitnami/vault/2/debian-12/prebuildfs/opt/bitnami/checksums/vault-2.0.1-2-linux-arm64-debian-12.tar.gz.sha256

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3185d5181c25ccf124520184a3978f187ee747f5d69a961265c25e81d61f44ad vault-2.0.2-0-linux-amd64-debian-12.tar.gz
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
815b51cbb325d823504facc114fffd4d4a0eb45ae6020c1381761ef23340e298 vault-2.0.2-0-linux-arm64-debian-12.tar.gz

0 commit comments

Comments
 (0)