[bitnami/aws-cli] Release 2.34.20-debian-12-r0 (#91900)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot 2026-03-30 23:20:49 +02:00 committed by GitHub
parent 4444abc619
commit 6257f5b8de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 23 deletions

View File

@ -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-03-16T20:52:59Z" \
org.opencontainers.image.created="2026-03-30T21:03:21Z" \
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.10"
org.opencontainers.image.version="2.34.20"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@ -29,7 +29,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
COMPONENTS=( \
"python-3.11.15-2-linux-${OS_ARCH}-debian-12" \
"aws-cli-2.34.10-0-linux-${OS_ARCH}-debian-12" \
"aws-cli-2.34.20-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.10" \
ENV APP_VERSION="2.34.20" \
AWS_CA_BUNDLE="/etc/ssl/certs/ca-certificates.crt" \
BITNAMI_APP_NAME="aws-cli" \
IMAGE_REVISION="0" \

View File

@ -34,25 +34,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
## 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).
```console
docker pull bitnami/aws-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/aws-cli/tags/) in the Docker Hub Registry.
```console
docker pull bitnami/aws-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 .
```
The Bitnami AWS CLI Docker image is only available to [Bitnami Secure Images](https://bitnami.com) customers.
## Configuration