1.5.0-debian-10-r95 release
This commit is contained in:
parent
bb969202c0
commit
cd7dc0b29a
|
|
@ -9,20 +9,20 @@ 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.10.3-8-linux-amd64-debian-10.tar.gz && \
|
||||
echo "b12c987e9637c0ccb1e0f12977b8423b6456e91921c2d9befa9631a7d4dd88b6 /tmp/bitnami/pkg/cache/miniconda-4.10.3-8-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/miniconda-4.10.3-8-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/miniconda-4.10.3-8-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/jupyterhub-1.5.0-6-linux-amd64-debian-10.tar.gz && \
|
||||
echo "10becf8dbfcf03e5a7db25593b2f385874160a33d2dfa8f2613fd4dc32b1a03f /tmp/bitnami/pkg/cache/jupyterhub-1.5.0-6-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/jupyterhub-1.5.0-6-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/jupyterhub-1.5.0-6-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/miniconda-4.11.0-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "3c671cf31696ec6e7971de5ece2257d05a6555d29eac464765fa842e5db705bf /tmp/bitnami/pkg/cache/miniconda-4.11.0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/miniconda-4.11.0-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/miniconda-4.11.0-0-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/jupyterhub-1.5.0-7-linux-amd64-debian-10.tar.gz && \
|
||||
echo "96210b1d80dd25de39a3845efe0cf962a9ac6ee6277734020c67fb3d3b9dd87d /tmp/bitnami/pkg/cache/jupyterhub-1.5.0-7-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/jupyterhub-1.5.0-7-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/jupyterhub-1.5.0-7-linux-amd64-debian-10.tar.gz
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
ENV BITNAMI_APP_NAME="jupyterhub" \
|
||||
BITNAMI_IMAGE_VERSION="1.5.0-debian-10-r94" \
|
||||
BITNAMI_IMAGE_VERSION="1.5.0-debian-10-r95" \
|
||||
PATH="/opt/bitnami/miniconda/bin:/opt/bitnami/miniconda/bin/:$PATH"
|
||||
|
||||
USER 1001
|
||||
|
|
|
|||
|
|
@ -1,16 +1,16 @@
|
|||
{
|
||||
"jupyterhub": {
|
||||
"arch": "amd64",
|
||||
"digest": "10becf8dbfcf03e5a7db25593b2f385874160a33d2dfa8f2613fd4dc32b1a03f",
|
||||
"digest": "96210b1d80dd25de39a3845efe0cf962a9ac6ee6277734020c67fb3d3b9dd87d",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.5.0-6"
|
||||
"version": "1.5.0-7"
|
||||
},
|
||||
"miniconda": {
|
||||
"arch": "amd64",
|
||||
"digest": "b12c987e9637c0ccb1e0f12977b8423b6456e91921c2d9befa9631a7d4dd88b6",
|
||||
"digest": "3c671cf31696ec6e7971de5ece2257d05a6555d29eac464765fa842e5db705bf",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "4.10.3-8"
|
||||
"version": "4.11.0-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -31,7 +31,7 @@ $ docker run --name jupyterhub bitnami/jupyterhub: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/).
|
||||
|
||||
|
||||
* [`1`, `1-debian-10`, `1.5.0`, `1.5.0-debian-10-r94`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jupyterhub/blob/1.5.0-debian-10-r94/1/debian-10/Dockerfile)
|
||||
* [`1`, `1-debian-10`, `1.5.0`, `1.5.0-debian-10-r95`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jupyterhub/blob/1.5.0-debian-10-r95/1/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/jupyterhub GitHub repo](https://github.com/bitnami/bitnami-docker-jupyterhub).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue