[bitnami/os-shell] Release 12-debian-12-r67

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2026-05-23 10:19:39 +00:00
parent 0c110b2676
commit 2b360dae3b
+2 -2
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="2026-05-21T04:44:11Z" \
org.opencontainers.image.created="2026-05-23T10:13:01Z" \
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" \
@@ -50,7 +50,7 @@ RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true
ENV APP_VERSION="12" \
BITNAMI_APP_NAME="os-shell" \
IMAGE_REVISION="66" \
IMAGE_REVISION="67" \
PATH="/opt/bitnami/common/bin:$PATH"
USER 1001