mirror of
https://github.com/bitnami/containers.git
synced 2026-04-02 15:27:45 +08:00
1.5.0-debian-10-r155 release
This commit is contained in:
committed by
Bitnami Containers
parent
43b16e6203
commit
049491cbd7
@@ -9,10 +9,10 @@ ENV HOME="/" \
|
||||
COPY prebuildfs /
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages ca-certificates curl gzip libc6 libcom-err2 libcurl4 libgcc1 libgcrypt20 libgmp10 libgnutls30 libgpg-error0 libgssapi-krb5-2 libhogweed4 libidn2-0 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libnettle6 libnghttp2-14 libp11-kit0 libpsl5 librtmp1 libsasl2-2 libssh2-1 libstdc++6 libtasn1-6 libunistring2 procps tar wget
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/miniconda-4.11.0-2-linux-amd64-debian-10.tar.gz && \
|
||||
echo "7d7b0982510dd8f036024aa748523c9974e398347d2cda91fe2541482a0d21cd /tmp/bitnami/pkg/cache/miniconda-4.11.0-2-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/miniconda-4.11.0-2-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/miniconda-4.11.0-2-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/miniconda-4.11.0-3-linux-amd64-debian-10.tar.gz && \
|
||||
echo "099f8b0b999bf71f4753404b1e1f3edc1b7ae910b54f45e7f0373df0fd8c7005 /tmp/bitnami/pkg/cache/miniconda-4.11.0-3-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/miniconda-4.11.0-3-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/miniconda-4.11.0-3-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/jupyterhub-1.5.0-9-linux-amd64-debian-10.tar.gz && \
|
||||
echo "eb23068dec26d99e8e2a749dccfefc3f71d1f7dfed6269e5f01cfb6639c31a97 /tmp/bitnami/pkg/cache/jupyterhub-1.5.0-9-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/jupyterhub-1.5.0-9-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
|
||||
@@ -8,9 +8,9 @@
|
||||
},
|
||||
"miniconda": {
|
||||
"arch": "amd64",
|
||||
"digest": "7d7b0982510dd8f036024aa748523c9974e398347d2cda91fe2541482a0d21cd",
|
||||
"digest": "099f8b0b999bf71f4753404b1e1f3edc1b7ae910b54f45e7f0373df0fd8c7005",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "4.11.0-2"
|
||||
"version": "4.11.0-3"
|
||||
}
|
||||
}
|
||||
@@ -26,7 +26,7 @@ This image is meant to run in a Kubernetes cluster.
|
||||
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/).
|
||||
|
||||
|
||||
* [`1`, `1-debian-10`, `1.5.0`, `1.5.0-debian-10-r154`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jupyterhub/blob/1.5.0-debian-10-r154/1/debian-10/Dockerfile)
|
||||
* [`1`, `1-debian-10`, `1.5.0`, `1.5.0-debian-10-r155`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jupyterhub/blob/1.5.0-debian-10-r155/1/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/jupyterhub GitHub repo](https://github.com/bitnami/bitnami-docker-jupyterhub).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user