0.357.0-debian-10-r2 release
This commit is contained in:
parent
85009d4aa8
commit
db6e0fc473
|
|
@ -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 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-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "b9b5a9fc9f324df072416942bdc62152067072edf1a57361cf9b7cc437c26e50 /tmp/bitnami/pkg/cache/python-3.7.12-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/python-3.7.12-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/python-3.7.12-0-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/python-3.7.12-1-linux-amd64-debian-10.tar.gz && \
|
||||
echo "1d013d7d9b7dbe8ab2ad91fceeb0ae6224db60b52b10911815d58e71093fd66d /tmp/bitnami/pkg/cache/python-3.7.12-1-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/python-3.7.12-1-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/python-3.7.12-1-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/google-cloud-sdk-0.357.0-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "a1c9f32ac5f2800340c7d5f9bfe09eb65baf0cf6860cd675fba33b8f6f3c5d97 /tmp/bitnami/pkg/cache/google-cloud-sdk-0.357.0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/google-cloud-sdk-0.357.0-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
|
|
@ -21,7 +21,7 @@ RUN chmod g+rwX /opt/bitnami
|
|||
RUN mkdir /.config /.gsutil && chmod g+rwX /.config /.gsutil
|
||||
|
||||
ENV BITNAMI_APP_NAME="google-cloud-sdk" \
|
||||
BITNAMI_IMAGE_VERSION="0.357.0-debian-10-r1" \
|
||||
BITNAMI_IMAGE_VERSION="0.357.0-debian-10-r2" \
|
||||
PATH="/opt/bitnami/python/bin:/opt/bitnami/google-cloud-sdk/bin:$PATH"
|
||||
|
||||
USER 1001
|
||||
|
|
|
|||
|
|
@ -8,9 +8,9 @@
|
|||
},
|
||||
"python": {
|
||||
"arch": "amd64",
|
||||
"digest": "b9b5a9fc9f324df072416942bdc62152067072edf1a57361cf9b7cc437c26e50",
|
||||
"digest": "1d013d7d9b7dbe8ab2ad91fceeb0ae6224db60b52b10911815d58e71093fd66d",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "3.7.12-0"
|
||||
"version": "3.7.12-1"
|
||||
}
|
||||
}
|
||||
|
|
@ -28,7 +28,7 @@ $ docker run --name google-cloud-sdk bitnami/google-cloud-sdk: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/).
|
||||
|
||||
|
||||
* [`0`, `0-debian-10`, `0.357.0`, `0.357.0-debian-10-r1`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-google-cloud-sdk/blob/0.357.0-debian-10-r1/0/debian-10/Dockerfile)
|
||||
* [`0`, `0-debian-10`, `0.357.0`, `0.357.0-debian-10-r2`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-google-cloud-sdk/blob/0.357.0-debian-10-r2/0/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/google-cloud-sdk GitHub repo](https://github.com/bitnami/bitnami-docker-google-cloud-sdk).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue