[bitnami/os-shell] Release 12-debian-12-r53 (#86950)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2025-10-07 04:33:26 +02:00
committed by GitHub
parent a686d4ff9f
commit 6e1cc7fcee
2 changed files with 9 additions and 3 deletions

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-09-07T02:10:36Z" \
org.opencontainers.image.created="2025-10-07T02:25:49Z" \
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,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=( \
"yq-4.47.1-3-linux-${OS_ARCH}-debian-12" \
"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" \
@@ -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="52" \
IMAGE_REVISION="53" \
PATH="/opt/bitnami/common/bin:$PATH"
USER 1001

View File

@@ -75,6 +75,12 @@ To run commands inside this container you can use `docker run`, for example to e
docker run --rm --name os-shell bitnami/os-shell:latest echo hello world
```
### FIPS configuration in Bitnami Secure Images
The Bitnami OS Shell + Utility Docker image from the [Bitnami Secure Images](https://www.arrow.com/globalecs/uk/products/bitnami-secure-images/) catalog includes extra features and settings to configure the container with FIPS capabilities. You can configure the next environment variables:
- `OPENSSL_FIPS`: whether OpenSSL runs in FIPS mode or not. `yes` (default), `no`.
## Notable Changes
### Starting January 16, 2024