mirror of
https://github.com/bitnami/containers.git
synced 2026-03-04 14:57:23 +08:00
2.8.0-debian-10-r6 release
This commit is contained in:
@@ -4,10 +4,10 @@ LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
COPY prebuildfs /
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages ca-certificates curl gzip libbz2-1.0 libc6 libffi6 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.7-11-linux-amd64-debian-10.tar.gz && \
|
||||
echo "ef0a1cb02ab58d642357e4e05e0713792a3203ac40d13b532c7508ad1f41e430 /tmp/bitnami/pkg/cache/python-3.7.7-11-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/python-3.7.7-11-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/python-3.7.7-11-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/python-3.7.8-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "708bb19ebf24ec783f78fd3d867abb069e2bd07c42184c003a72d7c93ab3bf87 /tmp/bitnami/pkg/cache/python-3.7.8-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/python-3.7.8-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/python-3.7.8-0-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/azure-cli-2.8.0-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "d6698ef6f7f28b8a08caddc21ed9bcbdc7f65801760f56acb8bd7e11692b019e /tmp/bitnami/pkg/cache/azure-cli-2.8.0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/azure-cli-2.8.0-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
@@ -17,7 +17,7 @@ RUN apt-get update && apt-get upgrade -y && \
|
||||
RUN mkdir /.azure /.azcopy && chmod g+rwX /.azure /.azcopy /bin
|
||||
|
||||
ENV BITNAMI_APP_NAME="azure-cli" \
|
||||
BITNAMI_IMAGE_VERSION="2.8.0-debian-10-r5" \
|
||||
BITNAMI_IMAGE_VERSION="2.8.0-debian-10-r6" \
|
||||
HOME="/" \
|
||||
OS_ARCH="amd64" \
|
||||
OS_FLAVOUR="debian-10" \
|
||||
|
||||
@@ -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-debian-10`, `2.8.0-debian-10-r5`, `2`, `2.8.0`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-azure-cli/blob/2.8.0-debian-10-r5/2/debian-10/Dockerfile)
|
||||
* [`2-debian-10`, `2.8.0-debian-10-r6`, `2`, `2.8.0`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-azure-cli/blob/2.8.0-debian-10-r6/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