2.34.1-debian-10-r23 release

This commit is contained in:
Bitnami Bot 2022-03-26 19:30:11 +00:00
parent ee9158a4f1
commit 3e780dd11c
3 changed files with 8 additions and 8 deletions

View File

@ -9,10 +9,10 @@ ENV HOME="/" \
COPY prebuildfs /
# Install required system packages and dependencies
RUN install_packages ca-certificates curl gzip libbz2-1.0 libc6 libffi6 libgcc1 liblzma5 libncursesw6 libreadline7 libsqlite3-0 libssl1.1 libtinfo6 procps tar wget zlib1g
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/python-3.7.13-1-linux-amd64-debian-10.tar.gz && \
echo "dcec436a6ae67f5e7ff775f417382c9f164868c1284869e0c5ea6dfd05c59366 /tmp/bitnami/pkg/cache/python-3.7.13-1-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/python-3.7.13-1-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/python-3.7.13-1-linux-amd64-debian-10.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/python-3.7.13-2-linux-amd64-debian-10.tar.gz && \
echo "3d9135de077d698658de5a6ff002895d4fc15bac71f02fe910b8df45acbd2ec6 /tmp/bitnami/pkg/cache/python-3.7.13-2-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/python-3.7.13-2-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/python-3.7.13-2-linux-amd64-debian-10.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/azure-cli-2.34.1-0-linux-amd64-debian-10.tar.gz && \
echo "74cf274a1e6e50e76865a16e55fe613c61e5a6876b51f20cec0e8375e3078206 /tmp/bitnami/pkg/cache/azure-cli-2.34.1-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/azure-cli-2.34.1-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
@ -24,7 +24,7 @@ RUN mkdir /.azure /.azcopy && chmod g+rwX /.azure /.azcopy /bin
ENV APP_VERSION="2.34.1" \
BITNAMI_APP_NAME="azure-cli" \
BITNAMI_IMAGE_VERSION="2.34.1-debian-10-r22" \
BITNAMI_IMAGE_VERSION="2.34.1-debian-10-r23" \
PATH="/opt/bitnami/python/bin:/opt/bitnami/azure-cli/bin:/opt/bitnami/azure-cli/venv/bin:$PATH"
USER 1001

View File

@ -8,9 +8,9 @@
},
"python": {
"arch": "amd64",
"digest": "dcec436a6ae67f5e7ff775f417382c9f164868c1284869e0c5ea6dfd05c59366",
"digest": "3d9135de077d698658de5a6ff002895d4fc15bac71f02fe910b8df45acbd2ec6",
"distro": "debian-10",
"type": "NAMI",
"version": "3.7.13-1"
"version": "3.7.13-2"
}
}

View File

@ -31,7 +31,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-10`, `2.34.1`, `2.34.1-debian-10-r22`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-azure-cli/blob/2.34.1-debian-10-r22/2/debian-10/Dockerfile)
* [`2`, `2-debian-10`, `2.34.1`, `2.34.1-debian-10-r23`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-azure-cli/blob/2.34.1-debian-10-r23/2/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/azure-cli GitHub repo](https://github.com/bitnami/bitnami-docker-azure-cli).