1.5.0-debian-10-r72 release

This commit is contained in:
Bitnami Bot 2022-01-26 03:38:06 +00:00
parent 6c8ea5ca90
commit 6d51d77066
3 changed files with 8 additions and 8 deletions

View File

@ -9,10 +9,10 @@ ENV HOME="/opt/bitnami/jupyterhub-singleuser/" \
COPY prebuildfs /
# Install required system packages and dependencies
RUN install_packages ca-certificates curl gzip libc6 libgcc1 libstdc++6 procps tar wget
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/miniconda-4.10.3-6-linux-amd64-debian-10.tar.gz && \
echo "d0184441f6b2a4ae1ed629db8f31f5bcea024028a5db943fa57320cfd471162e /tmp/bitnami/pkg/cache/miniconda-4.10.3-6-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/miniconda-4.10.3-6-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/miniconda-4.10.3-6-linux-amd64-debian-10.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/miniconda-4.10.3-7-linux-amd64-debian-10.tar.gz && \
echo "2734bf172f6780c4c95ca21b089388bebc06187a9cae6aa7d9c47c034d9ca67b /tmp/bitnami/pkg/cache/miniconda-4.10.3-7-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/miniconda-4.10.3-7-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/miniconda-4.10.3-7-linux-amd64-debian-10.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/jupyter-base-notebook-1.5.0-3-linux-amd64-debian-10.tar.gz && \
echo "48112fc2a86c0bb981e9ae4c40386e887f9b839b9103485f62a1fe77b5c205bf /tmp/bitnami/pkg/cache/jupyter-base-notebook-1.5.0-3-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/jupyter-base-notebook-1.5.0-3-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
@ -23,7 +23,7 @@ RUN chmod g+rwX /opt/bitnami
RUN mkdir /opt/bitnami/jupyterhub-singleuser/ && chmod g+rwX /opt/bitnami/jupyterhub-singleuser/
ENV BITNAMI_APP_NAME="jupyter-base-notebook" \
BITNAMI_IMAGE_VERSION="1.5.0-debian-10-r71" \
BITNAMI_IMAGE_VERSION="1.5.0-debian-10-r72" \
PATH="/opt/bitnami/miniconda/bin:$PATH"
USER 1001

View File

@ -8,9 +8,9 @@
},
"miniconda": {
"arch": "amd64",
"digest": "d0184441f6b2a4ae1ed629db8f31f5bcea024028a5db943fa57320cfd471162e",
"digest": "2734bf172f6780c4c95ca21b089388bebc06187a9cae6aa7d9c47c034d9ca67b",
"distro": "debian-10",
"type": "NAMI",
"version": "4.10.3-6"
"version": "4.10.3-7"
}
}

View File

@ -32,7 +32,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
* [`2`, `2-debian-10`, `2.1.1`, `2.1.1-debian-10-r0`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jupyter-base-notebook/blob/2.1.1-debian-10-r0/2/debian-10/Dockerfile)
* [`1`, `1-debian-10`, `1.5.0`, `1.5.0-debian-10-r71` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jupyter-base-notebook/blob/1.5.0-debian-10-r71/1/debian-10/Dockerfile)
* [`1`, `1-debian-10`, `1.5.0`, `1.5.0-debian-10-r72` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jupyter-base-notebook/blob/1.5.0-debian-10-r72/1/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/jupyter-base-notebook GitHub repo](https://github.com/bitnami/bitnami-docker-jupyter-base-notebook).