mirror of
https://github.com/bitnami/containers.git
synced 2026-03-01 06:57:49 +08:00
2.33.0-debian-10-r2 release
This commit is contained in:
@@ -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.12-12-linux-amd64-debian-10.tar.gz && \
|
||||
echo "0368df8999ee3c2651c9e754426641876af96ce8f7be90650eaa1e5f4a435348 /tmp/bitnami/pkg/cache/python-3.7.12-12-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/python-3.7.12-12-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/python-3.7.12-12-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/python-3.7.12-30-linux-amd64-debian-10.tar.gz && \
|
||||
echo "d795bb85ecfe96c314eac957d2fc9a97fc9a2d4a88bd0939411bdcc47a967c94 /tmp/bitnami/pkg/cache/python-3.7.12-30-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/python-3.7.12-30-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/python-3.7.12-30-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/azure-cli-2.33.0-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "b477a40e18f81a3facf5074da260192771ffd59439e76b97382270b0af4d53a0 /tmp/bitnami/pkg/cache/azure-cli-2.33.0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/azure-cli-2.33.0-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
@@ -23,7 +23,7 @@ RUN chmod g+rwX /opt/bitnami
|
||||
RUN mkdir /.azure /.azcopy && chmod g+rwX /.azure /.azcopy /bin
|
||||
|
||||
ENV BITNAMI_APP_NAME="azure-cli" \
|
||||
BITNAMI_IMAGE_VERSION="2.33.0-debian-10-r1" \
|
||||
BITNAMI_IMAGE_VERSION="2.33.0-debian-10-r2" \
|
||||
PATH="/opt/bitnami/python/bin:/opt/bitnami/azure-cli/bin:/opt/bitnami/azure-cli/venv/bin:$PATH"
|
||||
|
||||
USER 1001
|
||||
|
||||
@@ -8,9 +8,9 @@
|
||||
},
|
||||
"python": {
|
||||
"arch": "amd64",
|
||||
"digest": "0368df8999ee3c2651c9e754426641876af96ce8f7be90650eaa1e5f4a435348",
|
||||
"digest": "d795bb85ecfe96c314eac957d2fc9a97fc9a2d4a88bd0939411bdcc47a967c94",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "3.7.12-12"
|
||||
"version": "3.7.12-30"
|
||||
}
|
||||
}
|
||||
@@ -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.33.0`, `2.33.0-debian-10-r1`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-azure-cli/blob/2.33.0-debian-10-r1/2/debian-10/Dockerfile)
|
||||
* [`2`, `2-debian-10`, `2.33.0`, `2.33.0-debian-10-r2`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-azure-cli/blob/2.33.0-debian-10-r2/2/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/azure-cli GitHub repo](https://github.com/bitnami/bitnami-docker-azure-cli).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user