From fbad1dcc121c52f87060c02e70daed976f9d1321 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Sat, 27 Sep 2025 08:54:56 +0200 Subject: [PATCH] [bitnami/azure-cli] Release 2.77.0-debian-12-r2 (#86381) Signed-off-by: Bitnami Bot --- bitnami/azure-cli/2/debian-12/Dockerfile | 6 +++--- bitnami/azure-cli/README.md | 6 ++++++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/bitnami/azure-cli/2/debian-12/Dockerfile b/bitnami/azure-cli/2/debian-12/Dockerfile index b998a4a10e6c..a64ee09e5328 100644 --- a/bitnami/azure-cli/2/debian-12/Dockerfile +++ b/bitnami/azure-cli/2/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-07T00:25:47Z" \ + org.opencontainers.image.created="2025-09-27T06:23:45Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/azure-cli/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/azure-cli" \ @@ -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=( \ - "python-3.12.11-9-linux-${OS_ARCH}-debian-12" \ + "python-3.12.11-10-linux-${OS_ARCH}-debian-12" \ "azure-cli-2.77.0-0-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ @@ -49,7 +49,7 @@ RUN uninstall_packages curl ENV APP_VERSION="2.77.0" \ BITNAMI_APP_NAME="azure-cli" \ - IMAGE_REVISION="1" \ + IMAGE_REVISION="2" \ PATH="/opt/bitnami/python/bin:/opt/bitnami/azure-cli/bin:/opt/bitnami/azure-cli/venv/bin:$PATH" USER 1001 diff --git a/bitnami/azure-cli/README.md b/bitnami/azure-cli/README.md index 4b857b8cab24..dfb094f5cc68 100644 --- a/bitnami/azure-cli/README.md +++ b/bitnami/azure-cli/README.md @@ -85,6 +85,12 @@ It's possible to load your own configuration, which is useful if you want to con docker run --rm --name azure-cli -v /path/to/your/az/config:/.azure/config bitnami/azure-cli:latest ``` +### FIPS configuration in Bitnami Secure Images + +The Bitnami Azure CLI 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