[bitnami/azure-cli] Release 2.44.0-debian-11-r0 (#19745)

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
2023-01-10 08:26:47 +01:00
committed by GitHub
parent 0bae4ce4be
commit febf94f540
3 changed files with 7 additions and 7 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.43.0-debian-11-r11" \
org.opencontainers.image.ref.name="2.44.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.43.0"
org.opencontainers.image.version="2.44.0"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@@ -22,7 +22,7 @@ RUN install_packages ca-certificates curl libbz2-1.0 libcom-err2 libcrypt1 libff
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
COMPONENTS=( \
"python-3.7.16-0-linux-${OS_ARCH}-debian-11" \
"azure-cli-2.43.0-0-linux-${OS_ARCH}-debian-11" \
"azure-cli-2.44.0-0-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -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.43.0" \
ENV APP_VERSION="2.44.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,10 +1,10 @@
{
"azure-cli": {
"arch": "amd64",
"digest": "251f8b6861bc4b4e7b54ea2fe557e2bac180fc5a264eefe4e4e10e99e303a6c1",
"digest": "74eda11132a7456a2f0515dc911c37d077a48d8904dc594387219038c8408942",
"distro": "debian-11",
"type": "NAMI",
"version": "2.43.0-0"
"version": "2.44.0-0"
},
"python": {
"arch": "amd64",

View File

@@ -1,5 +1,5 @@
rolling-tags:
- "2"
- "2-debian-11"
- "2.43.0"
- "2.44.0"
- "latest"