From 230d59a43aed08f051beb2ba4e8f2e91a646e063 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 22 Jul 2022 00:09:38 +0200 Subject: [PATCH] [bitnami/jupyter-base-notebook] Release 2.3.1-debian-11-r19 (#332) Signed-off-by: Bitnami Containers --- bitnami/jupyter-base-notebook/2/debian-11/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-11/Dockerfile b/bitnami/jupyter-base-notebook/2/debian-11/Dockerfile index 6191663d363c..c477d66aca4a 100644 --- a/bitnami/jupyter-base-notebook/2/debian-11/Dockerfile +++ b/bitnami/jupyter-base-notebook/2/debian-11/Dockerfile @@ -12,10 +12,10 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac echo "54562193edb2be58d871e34d0c8238c7f4edc59d30950bd256fbf42103941afa /tmp/bitnami/pkg/cache/miniconda-4.12.0-152-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \ tar -zxf /tmp/bitnami/pkg/cache/miniconda-4.12.0-152-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \ rm -rf /tmp/bitnami/pkg/cache/miniconda-4.12.0-152-linux-amd64-debian-11.tar.gz -RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/jupyter-base-notebook-2.3.1-151-linux-amd64-debian-11.tar.gz && \ - echo "3f16da1513f5a9a3b91da5c520b5452b37fc5f0c47744639cd377faf28c74c5c /tmp/bitnami/pkg/cache/jupyter-base-notebook-2.3.1-151-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \ - tar -zxf /tmp/bitnami/pkg/cache/jupyter-base-notebook-2.3.1-151-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \ - rm -rf /tmp/bitnami/pkg/cache/jupyter-base-notebook-2.3.1-151-linux-amd64-debian-11.tar.gz +RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/jupyter-base-notebook-2.3.1-152-linux-amd64-debian-11.tar.gz && \ + echo "63b6c4ccd4c28d718052b2017cf89e3c9a9ee6067d752763dcf44d1083f997a1 /tmp/bitnami/pkg/cache/jupyter-base-notebook-2.3.1-152-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \ + tar -zxf /tmp/bitnami/pkg/cache/jupyter-base-notebook-2.3.1-152-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \ + rm -rf /tmp/bitnami/pkg/cache/jupyter-base-notebook-2.3.1-152-linux-amd64-debian-11.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-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/jupyter-base-notebook/2/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index 6282527756ee..2bd5b7f24ff2 100644 --- a/bitnami/jupyter-base-notebook/2/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/jupyter-base-notebook/2/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -1,10 +1,10 @@ { "jupyter-base-notebook": { "arch": "amd64", - "digest": "3f16da1513f5a9a3b91da5c520b5452b37fc5f0c47744639cd377faf28c74c5c", + "digest": "63b6c4ccd4c28d718052b2017cf89e3c9a9ee6067d752763dcf44d1083f997a1", "distro": "debian-11", "type": "NAMI", - "version": "2.3.1-151" + "version": "2.3.1-152" }, "miniconda": { "arch": "amd64", diff --git a/bitnami/jupyter-base-notebook/README.md b/bitnami/jupyter-base-notebook/README.md index 2e22b20fe108..89275a2d10dd 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-11`, `2.3.1`, `2.3.1-debian-11-r18`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-jupyter-base-notebook/blob/2.3.1-debian-11-r18/2/debian-11/Dockerfile) +* [`2`, `2-debian-11`, `2.3.1`, `2.3.1-debian-11-r19`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-jupyter-base-notebook/blob/2.3.1-debian-11-r19/2/debian-11/Dockerfile) * [`1`, `1-debian-11`, `1.5.0`, `1.5.0-debian-11-r19` (1/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-jupyter-base-notebook/blob/1.5.0-debian-11-r19/1/debian-11/Dockerfile) Subscribe to project updates by watching the [bitnami/jupyter-base-notebook GitHub repo](https://github.com/bitnami/bitnami-docker-jupyter-base-notebook).