mirror of
https://github.com/bitnami/containers.git
synced 2026-08-08 12:08:25 +08:00
[bitnami/vault] Release 2.0.3-debian-12-r2 (#95418)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
@@ -7,7 +7,7 @@ ARG DOWNLOADS_URL="https://downloads.bitnami.com/files/stacksmith"
|
||||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
|
||||
org.opencontainers.image.created="2026-07-08T06:22:16Z" \
|
||||
org.opencontainers.image.created="2026-07-10T20:46:12Z" \
|
||||
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" \
|
||||
@@ -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.3-1-linux-${OS_ARCH}-debian-12" \
|
||||
"vault-2.0.3-2-linux-${OS_ARCH}-debian-12" \
|
||||
) ; \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
@@ -46,7 +46,7 @@ RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true
|
||||
|
||||
ENV APP_VERSION="2.0.3" \
|
||||
BITNAMI_APP_NAME="vault" \
|
||||
IMAGE_REVISION="1" \
|
||||
IMAGE_REVISION="2" \
|
||||
PATH="/opt/bitnami/vault/bin:$PATH"
|
||||
|
||||
USER 1001
|
||||
|
||||
-1
@@ -1 +0,0 @@
|
||||
ed7b4bf7b6a6770a21f578f366c4613470b7f5b6a60edd1a571b840c2fd4a3ec vault-2.0.3-1-linux-amd64-debian-12.tar.gz
|
||||
-1
@@ -1 +0,0 @@
|
||||
cbc8ccaf969d7fb4924c9d74170c25ba99dc7cf994470aac58d8eecabf9ed48b vault-2.0.3-1-linux-arm64-debian-12.tar.gz
|
||||
+1
@@ -0,0 +1 @@
|
||||
4f8c2b04f0d41fe8b12669aaea783406c7edd50f6d29f124a196c64a4cfcbefc vault-2.0.3-2-linux-amd64-debian-12.tar.gz
|
||||
+1
@@ -0,0 +1 @@
|
||||
01b5378d6b6079979fd8d98526d53ffbc5578260edd8a82eab38fd021f3df70a vault-2.0.3-2-linux-arm64-debian-12.tar.gz
|
||||
Reference in New Issue
Block a user