[bitnami/os-shell] Release 12-debian-12-r55 (#88865)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2025-12-06 06:17:44 +01:00
committed by GitHub
parent 8afe0a4aac
commit a2c568fa6b

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="2025-11-06T04:41:26Z" \
org.opencontainers.image.created="2025-12-06T05:10:02Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/os-shell/README.md" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/os-shell" \
@@ -28,11 +28,11 @@ 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=( \
"yq-4.48.1-2-linux-${OS_ARCH}-debian-12" \
"wait-for-port-1.0.10-4-linux-${OS_ARCH}-debian-12" \
"render-template-1.0.9-159-linux-${OS_ARCH}-debian-12" \
"ini-file-1.4.9-4-linux-${OS_ARCH}-debian-12" \
"scuttle-1.1.11-10-linux-${OS_ARCH}-debian-12" \
"yq-4.49.2-1-linux-${OS_ARCH}-debian-12" \
"wait-for-port-1.0.10-5-linux-${OS_ARCH}-debian-12" \
"render-template-1.0.9-160-linux-${OS_ARCH}-debian-12" \
"ini-file-1.4.9-5-linux-${OS_ARCH}-debian-12" \
"scuttle-1.1.11-11-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -49,7 +49,7 @@ RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true
ENV APP_VERSION="12" \
BITNAMI_APP_NAME="os-shell" \
IMAGE_REVISION="54" \
IMAGE_REVISION="55" \
PATH="/opt/bitnami/common/bin:$PATH"
USER 1001