mirror of
https://github.com/bitnami/containers.git
synced 2026-03-15 14:58:17 +08:00
0.297.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-9-linux-amd64-debian-10.tar.gz && \
|
||||
echo "239f19fe471fcd4a43645a716eac2f04d517d642bc9c7c5ae5047dd3d2a051fb /tmp/bitnami/pkg/cache/python-3.7.7-9-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/python-3.7.7-9-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/python-3.7.7-9-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/python-3.7.7-10-linux-amd64-debian-10.tar.gz && \
|
||||
echo "084fb2d04d38f89e31f139aefa2c4dafa2dda1a0b49792d7819ff6635c0d5278 /tmp/bitnami/pkg/cache/python-3.7.7-10-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/python-3.7.7-10-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/python-3.7.7-10-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/google-cloud-sdk-0.297.0-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "62bf5a23f91c1966b51f94d71a00f0c78aab306a66ab45a9e810fa8856a86f78 /tmp/bitnami/pkg/cache/google-cloud-sdk-0.297.0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/google-cloud-sdk-0.297.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 /.config /.gsutil && chmod g+rwX /.config /.gsutil
|
||||
|
||||
ENV BITNAMI_APP_NAME="google-cloud-sdk" \
|
||||
BITNAMI_IMAGE_VERSION="0.297.0-debian-10-r5" \
|
||||
BITNAMI_IMAGE_VERSION="0.297.0-debian-10-r6" \
|
||||
HOME="/" \
|
||||
OS_ARCH="amd64" \
|
||||
OS_FLAVOUR="debian-10" \
|
||||
|
||||
Reference in New Issue
Block a user