2.37.0-debian-11-r10 release
This commit is contained in:
parent
a4e5aeab06
commit
b29b287bba
|
|
@ -8,10 +8,10 @@ COPY prebuildfs /
|
|||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages ca-certificates curl gzip libbz2-1.0 libc6 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 tar wget zlib1g
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/python-3.7.13-151-linux-amd64-debian-11.tar.gz && \
|
||||
echo "b5da8d3ba35cfc97401b7698008ca9822d5a4365819802874b58f030255ce5c8 /tmp/bitnami/pkg/cache/python-3.7.13-151-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/python-3.7.13-151-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/python-3.7.13-151-linux-amd64-debian-11.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/python-3.7.13-152-linux-amd64-debian-11.tar.gz && \
|
||||
echo "cfa4074f87f8ecb36b5d8d43b2e3cea1887327a0cb7430fb0f0e4e335afa37aa /tmp/bitnami/pkg/cache/python-3.7.13-152-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/python-3.7.13-152-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/python-3.7.13-152-linux-amd64-debian-11.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/azure-cli-2.37.0-150-linux-amd64-debian-11.tar.gz && \
|
||||
echo "3845ea9fcc9722289b32e649311fab88d10d02c80a4fc26992cc9d039fb64d8c /tmp/bitnami/pkg/cache/azure-cli-2.37.0-150-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/azure-cli-2.37.0-150-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
|
|
|
|||
|
|
@ -8,9 +8,9 @@
|
|||
},
|
||||
"python": {
|
||||
"arch": "amd64",
|
||||
"digest": "b5da8d3ba35cfc97401b7698008ca9822d5a4365819802874b58f030255ce5c8",
|
||||
"digest": "cfa4074f87f8ecb36b5d8d43b2e3cea1887327a0cb7430fb0f0e4e335afa37aa",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "3.7.13-151"
|
||||
"version": "3.7.13-152"
|
||||
}
|
||||
}
|
||||
|
|
@ -28,7 +28,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-11`, `2.37.0`, `2.37.0-debian-11-r9`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-azure-cli/blob/2.37.0-debian-11-r9/2/debian-11/Dockerfile)
|
||||
* [`2`, `2-debian-11`, `2.37.0`, `2.37.0-debian-11-r10`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-azure-cli/blob/2.37.0-debian-11-r10/2/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/azure-cli GitHub repo](https://github.com/bitnami/bitnami-docker-azure-cli).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue