mirror of
https://github.com/bitnami/containers.git
synced 2026-08-09 22:55:40 +08:00
[bitnami/aws-cli] Release 2.36.0-debian-12-r0 (#95729)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
@@ -7,13 +7,13 @@ ARG DOWNLOADS_URL="https://downloads.bitnami.com/files/stacksmith"
|
||||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
|
||||
org.opencontainers.image.created="2026-07-14T06:44:04Z" \
|
||||
org.opencontainers.image.created="2026-07-16T21:31:38Z" \
|
||||
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.35.20"
|
||||
org.opencontainers.image.version="2.36.0"
|
||||
|
||||
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.14.6-7-linux-${OS_ARCH}-debian-12" \
|
||||
"aws-cli-2.35.20-1-linux-${OS_ARCH}-debian-12" \
|
||||
"aws-cli-2.36.0-0-linux-${OS_ARCH}-debian-12" \
|
||||
) ; \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
@@ -47,10 +47,10 @@ 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.35.20" \
|
||||
ENV APP_VERSION="2.36.0" \
|
||||
AWS_CA_BUNDLE="/etc/ssl/certs/ca-certificates.crt" \
|
||||
BITNAMI_APP_NAME="aws-cli" \
|
||||
IMAGE_REVISION="2" \
|
||||
IMAGE_REVISION="0" \
|
||||
PATH="/opt/bitnami/python/bin:/opt/bitnami/aws-cli/bin:/opt/bitnami/aws-cli/venv/bin:$PATH"
|
||||
|
||||
USER 1001
|
||||
|
||||
-1
@@ -1 +0,0 @@
|
||||
46e74c5bdcc26b2d26043e3a4fe90d51e9d93ae062e06fe85e8107afd0e72a10 aws-cli-2.35.20-1-linux-amd64-debian-12.tar.gz
|
||||
-1
@@ -1 +0,0 @@
|
||||
44b48727156411a3eae5842f8dbe328b68b63c5c4cfbd96f39b45817055a6f4e aws-cli-2.35.20-1-linux-arm64-debian-12.tar.gz
|
||||
+1
@@ -0,0 +1 @@
|
||||
fcc698b4050d8cf460cf1ee1d3eee7af106e31b6065dd7aa222b472bafb3315c aws-cli-2.36.0-0-linux-amd64-debian-12.tar.gz
|
||||
+1
@@ -0,0 +1 @@
|
||||
73a93f7aa13d1ac35cc8e11202b9784d8535762632e8e0cc20ce9b57100657ff aws-cli-2.36.0-0-linux-arm64-debian-12.tar.gz
|
||||
Reference in New Issue
Block a user