mirror of
https://github.com/bitnami/containers.git
synced 2026-03-27 23:38:05 +08:00
[bitnami/azure-cli] Release 2.83.0-debian-12-r0 (#90272)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
@@ -7,13 +7,13 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith"
|
||||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
|
||||
org.opencontainers.image.created="2026-01-28T12:44:22Z" \
|
||||
org.opencontainers.image.created="2026-02-03T05:04:05Z" \
|
||||
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
|
||||
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/azure-cli/README.md" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/azure-cli" \
|
||||
org.opencontainers.image.title="azure-cli" \
|
||||
org.opencontainers.image.vendor="Broadcom, Inc." \
|
||||
org.opencontainers.image.version="2.82.0"
|
||||
org.opencontainers.image.version="2.83.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.12.12-13-linux-${OS_ARCH}-debian-12" \
|
||||
"azure-cli-2.82.0-0-linux-${OS_ARCH}-debian-12" \
|
||||
"azure-cli-2.83.0-0-linux-${OS_ARCH}-debian-12" \
|
||||
) ; \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
@@ -47,9 +47,9 @@ RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true
|
||||
RUN mkdir /.azure /.azcopy && chmod g+rwX /.azure /.azcopy /bin
|
||||
RUN uninstall_packages curl
|
||||
|
||||
ENV APP_VERSION="2.82.0" \
|
||||
ENV APP_VERSION="2.83.0" \
|
||||
BITNAMI_APP_NAME="azure-cli" \
|
||||
IMAGE_REVISION="1" \
|
||||
IMAGE_REVISION="0" \
|
||||
PATH="/opt/bitnami/python/bin:/opt/bitnami/azure-cli/bin:/opt/bitnami/azure-cli/venv/bin:$PATH"
|
||||
|
||||
USER 1001
|
||||
|
||||
Reference in New Issue
Block a user