From ea277548843e76ebd1c9dbfe2bedaa41675ef208 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 13 May 2022 12:17:10 +0000 Subject: [PATCH] 2.3.0-debian-10-r4 release --- bitnami/jupyter-base-notebook/2/debian-10/Dockerfile | 8 ++++---- .../prebuildfs/opt/bitnami/.bitnami_components.json | 4 ++-- bitnami/jupyter-base-notebook/README.md | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/bitnami/jupyter-base-notebook/2/debian-10/Dockerfile b/bitnami/jupyter-base-notebook/2/debian-10/Dockerfile index 4970edf9d5fa..ef630f6c125e 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 "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/jupyter-base-notebook-2.3.0-1-linux-amd64-debian-10.tar.gz && \ - echo "8890b5702f46dcab1c9729226f2622cae2c8c9466282b5cebfdf0b4aeae57b07 /tmp/bitnami/pkg/cache/jupyter-base-notebook-2.3.0-1-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \ - tar -zxf /tmp/bitnami/pkg/cache/jupyter-base-notebook-2.3.0-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.3.0-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.3.0-2-linux-amd64-debian-10.tar.gz && \ + echo "3080de2dac3b5f6c590a3bb811da0892485373df69fba77c5f26450d78f5070e /tmp/bitnami/pkg/cache/jupyter-base-notebook-2.3.0-2-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \ + tar -zxf /tmp/bitnami/pkg/cache/jupyter-base-notebook-2.3.0-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.3.0-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 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 1b3e2e906817..6606ddc2400d 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": "8890b5702f46dcab1c9729226f2622cae2c8c9466282b5cebfdf0b4aeae57b07", + "digest": "3080de2dac3b5f6c590a3bb811da0892485373df69fba77c5f26450d78f5070e", "distro": "debian-10", "type": "NAMI", - "version": "2.3.0-1" + "version": "2.3.0-2" }, "miniconda": { "arch": "amd64", diff --git a/bitnami/jupyter-base-notebook/README.md b/bitnami/jupyter-base-notebook/README.md index 2ee7ce0c03e1..fa6470b1c0a0 100644 --- a/bitnami/jupyter-base-notebook/README.md +++ b/bitnami/jupyter-base-notebook/README.md @@ -28,7 +28,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.3.0`, `2.3.0-debian-10-r3`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jupyter-base-notebook/blob/2.3.0-debian-10-r3/2/debian-10/Dockerfile) +* [`2`, `2-debian-10`, `2.3.0`, `2.3.0-debian-10-r4`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jupyter-base-notebook/blob/2.3.0-debian-10-r4/2/debian-10/Dockerfile) * [`1`, `1-debian-10`, `1.5.0`, `1.5.0-debian-10-r175` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jupyter-base-notebook/blob/1.5.0-debian-10-r175/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).