From 6e1cc7fcee62de99495953479fa7a5f4b7f19a92 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 7 Oct 2025 04:33:26 +0200 Subject: [PATCH] [bitnami/os-shell] Release 12-debian-12-r53 (#86950) Signed-off-by: Bitnami Bot --- bitnami/os-shell/12/debian-12/Dockerfile | 6 +++--- bitnami/os-shell/README.md | 6 ++++++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/bitnami/os-shell/12/debian-12/Dockerfile b/bitnami/os-shell/12/debian-12/Dockerfile index 76b3dab1cbda..63c106c7bd48 100644 --- a/bitnami/os-shell/12/debian-12/Dockerfile +++ b/bitnami/os-shell/12/debian-12/Dockerfile @@ -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 diff --git a/bitnami/os-shell/README.md b/bitnami/os-shell/README.md index 218770f08d20..7d3389b8bd7d 100644 --- a/bitnami/os-shell/README.md +++ b/bitnami/os-shell/README.md @@ -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