[bitnami/os-shell] Release 12-debian-12-r54 (#88213)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
parent
f490bd00fc
commit
40f4289855
|
|
@ -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-10-07T02:25:49Z" \
|
||||
org.opencontainers.image.created="2025-11-06T04:41:26Z" \
|
||||
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.47.2-0-linux-${OS_ARCH}-debian-12" \
|
||||
"wait-for-port-1.0.10-1-linux-${OS_ARCH}-debian-12" \
|
||||
"render-template-1.0.9-156-linux-${OS_ARCH}-debian-12" \
|
||||
"ini-file-1.4.9-1-linux-${OS_ARCH}-debian-12" \
|
||||
"scuttle-1.1.11-7-linux-${OS_ARCH}-debian-12" \
|
||||
"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" \
|
||||
) ; \
|
||||
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="53" \
|
||||
IMAGE_REVISION="54" \
|
||||
PATH="/opt/bitnami/common/bin:$PATH"
|
||||
|
||||
USER 1001
|
||||
|
|
|
|||
Loading…
Reference in New Issue