From 877929908b7f93499a3d915566d1da0d6619dc1d Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 2 Apr 2026 07:48:12 +0200 Subject: [PATCH] [bitnami/azure-cli] Release 2.84.0-debian-12-r1 (#91968) Signed-off-by: Bitnami Bot --- bitnami/azure-cli/2/debian-12/Dockerfile | 6 ++-- bitnami/azure-cli/README.md | 42 +++++++----------------- 2 files changed, 15 insertions(+), 33 deletions(-) diff --git a/bitnami/azure-cli/2/debian-12/Dockerfile b/bitnami/azure-cli/2/debian-12/Dockerfile index dc8fadf96701..9cfa52ce0f8a 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="2026-03-03T05:09:58Z" \ + org.opencontainers.image.created="2026-04-02T05:29:40Z" \ 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.12-23-linux-${OS_ARCH}-debian-12" \ + "python-3.12.13-2-linux-${OS_ARCH}-debian-12" \ "azure-cli-2.84.0-0-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ @@ -49,7 +49,7 @@ RUN uninstall_packages curl ENV APP_VERSION="2.84.0" \ BITNAMI_APP_NAME="azure-cli" \ - IMAGE_REVISION="0" \ + IMAGE_REVISION="1" \ 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 ef7e69b67dca..336f2578f3a5 100644 --- a/bitnami/azure-cli/README.md +++ b/bitnami/azure-cli/README.md @@ -5,13 +5,13 @@ [Overview of Azure CLI](https://docs.microsoft.com/en-us/cli/azure/) Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement. -## TL;DR +## TL;DR ```console docker run --name azure-cli bitnami/azure-cli:latest ``` -## Why use Bitnami Secure Images? +## Why use Bitnami Secure Images? Those are hardened, minimal CVE images built and maintained by Bitnami. Bitnami Secure Images are based on the cloud-optimized, security-hardened enterprise [OS Photon Linux](https://vmware.github.io/photon/). Why choose BSI images? @@ -28,37 +28,19 @@ Each image comes with valuable security metadata. You can view the metadata in [ If you are looking for our previous generation of images based on Debian Linux, please see the [Bitnami Legacy registry](https://hub.docker.com/u/bitnamilegacy). -## Supported tags and respective `Dockerfile` links +## Supported tags and respective `Dockerfile` links Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://techdocs.broadcom.com/us/en/vmware-tanzu/application-catalog/tanzu-application-catalog/services/tac-doc/apps-tutorials-understand-rolling-tags-containers-index.html). -## Get this image +## Get this image -The recommended way to get the Bitnami azure-cli Docker Image is to pull the prebuilt image from the [Docker Hub Registry](https://hub.docker.com/r/bitnami/azure-cli). +The Bitnami Azure CLI Docker image is only available to [Bitnami Secure Images](https://bitnami.com) customers. -```console -docker pull bitnami/azure-cli:latest -``` - -To use a specific version, you can pull a versioned tag. You can view the [list of available versions](https://hub.docker.com/r/bitnami/azure-cli/tags/) in the Docker Hub Registry. - -```console -docker pull bitnami/azure-cli:[TAG] -``` - -If you wish, you can also build the image yourself by cloning the repository, changing to the directory containing the Dockerfile and executing the `docker build` command. Remember to replace the `APP`, `VERSION` and `OPERATING-SYSTEM` path placeholders in the example command below with the correct values. - -```console -git clone https://github.com/bitnami/containers.git -cd bitnami/APP/VERSION/OPERATING-SYSTEM -docker build -t bitnami/APP:latest . -``` - -## Configuration +## Configuration The following section describes how to run commands -### Running commands +### Running commands To run commands inside this container you can use `docker run`, for example to execute `azure-cli --version` you can follow the example below: @@ -68,7 +50,7 @@ docker run --rm --name azure-cli bitnami/azure-cli:latest -- --version Consult the [azure-cli Reference Documentation](https://docs.microsoft.com/en-us/cli/azure/reference-index?view=azure-cli-latest) to find the completed list of commands available. -### Loading your own configuration +### Loading your own configuration It's possible to load your own configuration, which is useful if you want to connect to a remote cluster: @@ -76,19 +58,19 @@ 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 +### FIPS configuration in Bitnami Secure Images The Bitnami Azure CLI Docker image from the [Bitnami Secure Images](https://go-vmware.broadcom.com/contact-us) 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 +## Notable Changes -### Starting January 16, 2024 +### Starting January 16, 2024 - The `docker-compose.yaml` file has been removed, as it was solely intended for internal testing purposes. -## License +## License Copyright © 2026 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.