From 0fbd078d0dad9d4263baa0544a8df9bbe26ef0c3 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 7 Apr 2022 10:28:48 +0000 Subject: [PATCH] 2.2.2-debian-10-r23 release --- bitnami/jupyter-base-notebook/2/debian-10/Dockerfile | 9 ++++----- .../prebuildfs/opt/bitnami/.bitnami_components.json | 4 ++-- bitnami/jupyter-base-notebook/README.md | 2 +- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/bitnami/jupyter-base-notebook/2/debian-10/Dockerfile b/bitnami/jupyter-base-notebook/2/debian-10/Dockerfile index 0d8a0eef62f0..25772e55dc6e 100644 --- a/bitnami/jupyter-base-notebook/2/debian-10/Dockerfile +++ b/bitnami/jupyter-base-notebook/2/debian-10/Dockerfile @@ -13,10 +13,10 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac 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/jupyter-base-notebook-2.2.2-1-linux-amd64-debian-10.tar.gz && \ - echo "c9418b1a800bacf06ca8cf09d1d15ee11ce4ea411964ff4f23ed6bba248ed62b /tmp/bitnami/pkg/cache/jupyter-base-notebook-2.2.2-1-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \ - tar -zxf /tmp/bitnami/pkg/cache/jupyter-base-notebook-2.2.2-1-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \ - rm -rf /tmp/bitnami/pkg/cache/jupyter-base-notebook-2.2.2-1-linux-amd64-debian-10.tar.gz +RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/jupyter-base-notebook-2.2.2-2-linux-amd64-debian-10.tar.gz && \ + echo "5df39ab247aad8e51eb37d472ed10c0bd4805da062e37eafac2c06d1bb1caab8 /tmp/bitnami/pkg/cache/jupyter-base-notebook-2.2.2-2-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \ + tar -zxf /tmp/bitnami/pkg/cache/jupyter-base-notebook-2.2.2-2-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \ + rm -rf /tmp/bitnami/pkg/cache/jupyter-base-notebook-2.2.2-2-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 @@ -24,7 +24,6 @@ RUN mkdir /opt/bitnami/jupyterhub-singleuser/ && chmod g+rwX /opt/bitnami/jupyte ENV APP_VERSION="2.2.2" \ BITNAMI_APP_NAME="jupyter-base-notebook" \ - BITNAMI_IMAGE_VERSION="2.2.2-debian-10-r22" \ PATH="/opt/bitnami/miniconda/bin:$PATH" USER 1001 diff --git a/bitnami/jupyter-base-notebook/2/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/jupyter-base-notebook/2/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json index 5a83abc3fcc0..5d277bd3404b 100644 --- a/bitnami/jupyter-base-notebook/2/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/jupyter-base-notebook/2/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json @@ -1,10 +1,10 @@ { "jupyter-base-notebook": { "arch": "amd64", - "digest": "c9418b1a800bacf06ca8cf09d1d15ee11ce4ea411964ff4f23ed6bba248ed62b", + "digest": "5df39ab247aad8e51eb37d472ed10c0bd4805da062e37eafac2c06d1bb1caab8", "distro": "debian-10", "type": "NAMI", - "version": "2.2.2-1" + "version": "2.2.2-2" }, "miniconda": { "arch": "amd64", diff --git a/bitnami/jupyter-base-notebook/README.md b/bitnami/jupyter-base-notebook/README.md index 3848d29fbd5d..62d471eaf62d 100644 --- a/bitnami/jupyter-base-notebook/README.md +++ b/bitnami/jupyter-base-notebook/README.md @@ -31,7 +31,7 @@ $ docker run --name jupyter-base-notebook bitnami/jupyter-base-notebook: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/). -* [`2`, `2-debian-10`, `2.2.2`, `2.2.2-debian-10-r22`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jupyter-base-notebook/blob/2.2.2-debian-10-r22/2/debian-10/Dockerfile) +* [`2`, `2-debian-10`, `2.2.2`, `2.2.2-debian-10-r23`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jupyter-base-notebook/blob/2.2.2-debian-10-r23/2/debian-10/Dockerfile) * [`1`, `1-debian-10`, `1.5.0`, `1.5.0-debian-10-r139` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jupyter-base-notebook/blob/1.5.0-debian-10-r139/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).