[bitnami/os-shell] Release 12-debian-12-r46 (#81808)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2025-05-30 18:39:25 +02:00
committed by GitHub
parent b5c41d018e
commit 691016c9e2
2 changed files with 9 additions and 2 deletions

View File

@@ -8,10 +8,10 @@ ARG TARGETARCH
LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
org.opencontainers.image.created="2025-05-17T20:29:28Z" \
org.opencontainers.image.created="2025-05-30T15:33:52Z" \
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.ref.name="12-debian-12-r45" \
org.opencontainers.image.ref.name="12-debian-12-r46" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/os-shell" \
org.opencontainers.image.title="os-shell" \
org.opencontainers.image.vendor="Broadcom, Inc." \
@@ -32,6 +32,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
"wait-for-port-1.0.8-16-linux-${OS_ARCH}-debian-12" \
"render-template-1.0.7-16-linux-${OS_ARCH}-debian-12" \
"ini-file-1.4.7-16-linux-${OS_ARCH}-debian-12" \
"scuttle-1.1.11-1-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \

View File

@@ -11,6 +11,12 @@
"type": "NAMI",
"version": "1.0.7-16"
},
"scuttle": {
"arch": "amd64",
"distro": "debian-12",
"type": "NAMI",
"version": "1.1.11-1"
},
"wait-for-port": {
"arch": "amd64",
"distro": "debian-12",