[bitnami/azure-cli] Release 2.40.0-debian-11-r11 (#9161)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot 2022-10-07 02:12:05 +02:00 committed by GitHub
parent 754e2b7358
commit c26eba345f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 13 deletions

View File

@ -4,7 +4,7 @@ ARG TARGETARCH
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \
org.opencontainers.image.ref.name="2.40.0-debian-11-r10" \
org.opencontainers.image.ref.name="2.40.0-debian-11-r11" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/azure-cli" \
org.opencontainers.image.title="azure-cli" \
org.opencontainers.image.vendor="VMware, Inc." \
@ -18,15 +18,16 @@ ENV HOME="/" \
COPY prebuildfs /
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Install required system packages and dependencies
RUN install_packages ca-certificates curl libbz2-1.0 libc6 libcom-err2 libcrypt1 libffi7 libgcc-s1 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzma5 libncursesw6 libnsl2 libreadline8 libsqlite3-0 libssl1.1 libtinfo6 libtirpc3 procps zlib1g
RUN install_packages ca-certificates curl libbz2-1.0 libcom-err2 libcrypt1 libffi7 libgcc-s1 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/ && \
for COMPONENT in \
"python-3.7.14-1-linux-${OS_ARCH}-debian-11" \
"azure-cli-2.40.0-0-linux-${OS_ARCH}-debian-11" ; \
do \
COMPONENTS=( \
"python-3.7.14-2-linux-${OS_ARCH}-debian-11" \
"azure-cli-2.40.0-1-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
curl -SsLf https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz -O ; \
curl -SsLf https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz.sha256 -O ; \
curl -SsLf "https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz" -O ; \
curl -SsLf "https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz.sha256" -O ; \
fi && \
sha256sum -c "${COMPONENT}.tar.gz.sha256" && \
tar -zxf "${COMPONENT}.tar.gz" -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \

View File

@ -1,16 +1,16 @@
{
"azure-cli": {
"arch": "amd64",
"digest": "1293a63ca7c710fef9853c488070d2caab55a1c12adeeedd1568411dc6c0898c",
"digest": "568a9237780d3e391ed5789140886b8c8af8b80b5fc3f9305c7dee281d21bab1",
"distro": "debian-11",
"type": "NAMI",
"version": "2.40.0-0"
"version": "2.40.0-1"
},
"python": {
"arch": "amd64",
"digest": "bd16eb35059f7ee2749292e8db705e1149a7bec2d525c5ea6f2a074645eee738",
"digest": "38fac137ea99a8e6a11295166fa869e77355a1ea525e7b3133fe5ed2f7530a93",
"distro": "debian-11",
"type": "NAMI",
"version": "3.7.14-1"
"version": "3.7.14-2"
}
}

View File

@ -28,7 +28,7 @@ $ docker run --name azure-cli bitnami/azure-cli:latest
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
* [`2`, `2-debian-11`, `2.40.0`, `2.40.0-debian-11-r10`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/azure-cli/2/debian-11/Dockerfile)
* [`2`, `2-debian-11`, `2.40.0`, `2.40.0-debian-11-r11`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/azure-cli/2/debian-11/Dockerfile)
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).