mirror of
https://github.com/bitnami/containers.git
synced 2026-04-06 09:17:43 +08:00
[bitnami/aws-cli] Release 1.27.50-debian-11-r2 (#20645)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -5,7 +5,7 @@ ARG TARGETARCH
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="1.27.50-debian-11-r1" \
|
||||
org.opencontainers.image.ref.name="1.27.50-debian-11-r2" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/aws-cli" \
|
||||
org.opencontainers.image.title="aws-cli" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
@@ -22,8 +22,8 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
RUN install_packages ca-certificates curl groff-base libbz2-1.0 libcom-err2 libcrypt1 libffi7 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzma5 libncursesw6 libnsl2 libreadline8 libsqlite3-0 libssl1.1 libtinfo6 libtirpc3 procps zlib1g
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"python-3.9.16-0-linux-${OS_ARCH}-debian-11" \
|
||||
"aws-cli-1.27.50-0-linux-${OS_ARCH}-debian-11" \
|
||||
"python-3.9.16-1-linux-${OS_ARCH}-debian-11" \
|
||||
"aws-cli-1.27.50-1-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
{
|
||||
"aws-cli": {
|
||||
"arch": "amd64",
|
||||
"digest": "b321bb0f990b669c6807c3f6edde01d865c7b34b5b4393b79532d26f04d1a588",
|
||||
"digest": "47d8ca9033f6aeeb4c2231f3044a6d785830764dd48320b2311df2e02c8c6710",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.27.50-0"
|
||||
"version": "1.27.50-1"
|
||||
},
|
||||
"python": {
|
||||
"arch": "amd64",
|
||||
"digest": "9a983efb0d4322a940f479c95983a78dbb02e8f3cc6e23b8b51b388add024b20",
|
||||
"digest": "16281b1ea043ee0c92467f85cc21cc0aa2cd89da88d57768e6af74e3191d9dd2",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "3.9.16-0"
|
||||
"version": "3.9.16-1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user