[bitnami/azure-cli] Release 2.41.0-debian-11-r0 (#9837)

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-12 07:11:02 +02:00 committed by GitHub
parent d0d8b20795
commit bcec685b72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 11 deletions

View File

@ -4,11 +4,11 @@ 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-r12" \
org.opencontainers.image.ref.name="2.41.0-debian-11-r0" \
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." \
org.opencontainers.image.version="2.40.0"
org.opencontainers.image.version="2.41.0"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@ -21,8 +21,8 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
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/ && \
COMPONENTS=( \
"python-3.7.14-2-linux-${OS_ARCH}-debian-11" \
"azure-cli-2.40.0-1-linux-${OS_ARCH}-debian-11" \
"python-3.7.15-0-linux-${OS_ARCH}-debian-11" \
"azure-cli-2.41.0-0-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@ -31,7 +31,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
fi && \
sha256sum -c "${COMPONENT}.tar.gz.sha256" && \
tar -zxf "${COMPONENT}.tar.gz" -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
rm -rf "${COMPONENT}.tar.gz{,sha256}" ; \
rm -rf "${COMPONENT}".tar.gz{,.sha256} ; \
done
RUN apt-get autoremove --purge -y curl && \
apt-get update && apt-get upgrade -y && \
@ -39,7 +39,7 @@ RUN apt-get autoremove --purge -y curl && \
RUN chmod g+rwX /opt/bitnami
RUN mkdir /.azure /.azcopy && chmod g+rwX /.azure /.azcopy /bin
ENV APP_VERSION="2.40.0" \
ENV APP_VERSION="2.41.0" \
BITNAMI_APP_NAME="azure-cli" \
PATH="/opt/bitnami/python/bin:/opt/bitnami/azure-cli/bin:/opt/bitnami/azure-cli/venv/bin:$PATH"

View File

@ -1,16 +1,16 @@
{
"azure-cli": {
"arch": "amd64",
"digest": "568a9237780d3e391ed5789140886b8c8af8b80b5fc3f9305c7dee281d21bab1",
"digest": "83518607e61636657aba0d95e708c391f5f1832d4067dff937a7950f99b5997f",
"distro": "debian-11",
"type": "NAMI",
"version": "2.40.0-1"
"version": "2.41.0-0"
},
"python": {
"arch": "amd64",
"digest": "38fac137ea99a8e6a11295166fa869e77355a1ea525e7b3133fe5ed2f7530a93",
"digest": "de989280531adb2a23baa6189a7b0323faeb0484b774a7439be003d7484475d6",
"distro": "debian-11",
"type": "NAMI",
"version": "3.7.14-2"
"version": "3.7.15-0"
}
}

View File

@ -1,5 +1,5 @@
rolling-tags:
- "2"
- "2-debian-11"
- "2.40.0"
- "2.41.0"
- "latest"