From c8a08c1835ab339cc85014787b111c64b7cceda7 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Mon, 16 Mar 2026 22:07:55 +0100 Subject: [PATCH] [bitnami/aws-cli] Release 2.34.10-debian-12-r0 (#91667) Signed-off-by: Bitnami Bot --- bitnami/aws-cli/2/debian-12/Dockerfile | 10 +++++----- bitnami/aws-cli/README.md | 22 +++++++++++----------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/bitnami/aws-cli/2/debian-12/Dockerfile b/bitnami/aws-cli/2/debian-12/Dockerfile index 45f686517ea6..93eebcdae03c 100644 --- a/bitnami/aws-cli/2/debian-12/Dockerfile +++ b/bitnami/aws-cli/2/debian-12/Dockerfile @@ -7,13 +7,13 @@ 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-02-27T21:47:56Z" \ + org.opencontainers.image.created="2026-03-16T20:52:59Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/aws-cli/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/aws-cli" \ org.opencontainers.image.title="aws-cli" \ org.opencontainers.image.vendor="Broadcom, Inc." \ - org.opencontainers.image.version="2.34.0" + org.opencontainers.image.version="2.34.10" ENV HOME="/" \ OS_ARCH="${TARGETARCH:-amd64}" \ @@ -28,8 +28,8 @@ 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.11.14-19-linux-${OS_ARCH}-debian-12" \ - "aws-cli-2.34.0-0-linux-${OS_ARCH}-debian-12" \ + "python-3.11.15-2-linux-${OS_ARCH}-debian-12" \ + "aws-cli-2.34.10-0-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -47,7 +47,7 @@ RUN mkdir /.aws && chmod g+rwX /.aws RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true RUN uninstall_packages curl -ENV APP_VERSION="2.34.0" \ +ENV APP_VERSION="2.34.10" \ AWS_CA_BUNDLE="/etc/ssl/certs/ca-certificates.crt" \ BITNAMI_APP_NAME="aws-cli" \ IMAGE_REVISION="0" \ diff --git a/bitnami/aws-cli/README.md b/bitnami/aws-cli/README.md index b15af25fe69b..3e683dafcb06 100644 --- a/bitnami/aws-cli/README.md +++ b/bitnami/aws-cli/README.md @@ -5,13 +5,13 @@ [Overview of AWS CLI](https://aws.amazon.com/cli/) 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 aws-cli bitnami/aws-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,11 +28,11 @@ 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 aws-cli Docker Image is to pull the prebuilt image from the [Docker Hub Registry](https://hub.docker.com/r/bitnami/aws-cli). @@ -54,11 +54,11 @@ 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 `aws-cli --version` you can follow the example below: @@ -68,7 +68,7 @@ docker run --rm --name aws-cli bitnami/aws-cli:latest -- --version Consult the [aws-cli Reference Documentation](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/index.html) 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 +76,19 @@ It's possible to load your own configuration, which is useful if you want to con docker run --rm --name aws-cli -v /path/to/your/aws/config:/.aws/config bitnami/aws-cli:latest ``` -### FIPS configuration in Bitnami Secure Images +### FIPS configuration in Bitnami Secure Images The Bitnami AWS 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.