Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions bitnami/vault/2/debian-12/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ 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-06-05T11:12:13Z" \
org.opencontainers.image.created="2026-06-05T21:22:36Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/vault/README.md" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/vault" \
org.opencontainers.image.title="vault" \
org.opencontainers.image.vendor="Broadcom, Inc." \
org.opencontainers.image.version="2.0.1"
org.opencontainers.image.version="2.0.2"

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

ENV APP_VERSION="2.0.1" \
ENV APP_VERSION="2.0.2" \
BITNAMI_APP_NAME="vault" \
IMAGE_REVISION="3" \
IMAGE_REVISION="0" \
PATH="/opt/bitnami/vault/bin:$PATH"

USER 1001
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3185d5181c25ccf124520184a3978f187ee747f5d69a961265c25e81d61f44ad vault-2.0.2-0-linux-amd64-debian-12.tar.gz
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
815b51cbb325d823504facc114fffd4d4a0eb45ae6020c1381761ef23340e298 vault-2.0.2-0-linux-arm64-debian-12.tar.gz
Loading