From 3a33467ca65bc032a71a0c0e414b58f07fd6e5cd Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 14 Jul 2022 18:15:46 +0000 Subject: [PATCH] 2.3.1-debian-11-r15 release --- .../jupyter-base-notebook/2/debian-11/Dockerfile | 16 ++++++++-------- .../opt/bitnami/.bitnami_components.json | 8 ++++---- bitnami/jupyter-base-notebook/README.md | 2 +- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/bitnami/jupyter-base-notebook/2/debian-11/Dockerfile b/bitnami/jupyter-base-notebook/2/debian-11/Dockerfile index 05de071b0707..6191663d363c 100644 --- a/bitnami/jupyter-base-notebook/2/debian-11/Dockerfile +++ b/bitnami/jupyter-base-notebook/2/debian-11/Dockerfile @@ -8,14 +8,14 @@ COPY prebuildfs / SHELL ["/bin/bash", "-o", "pipefail", "-c"] # Install required system packages and dependencies RUN install_packages ca-certificates curl gzip libc6 libcrypt1 libgcc-s1 libstdc++6 procps tar wget -RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/miniconda-4.12.0-151-linux-amd64-debian-11.tar.gz && \ - echo "91a9876f5d4d23f12114b728e9408ad5e3d014d854991b756ce6ce4ebf431224 /tmp/bitnami/pkg/cache/miniconda-4.12.0-151-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \ - tar -zxf /tmp/bitnami/pkg/cache/miniconda-4.12.0-151-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \ - rm -rf /tmp/bitnami/pkg/cache/miniconda-4.12.0-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-150-linux-amd64-debian-11.tar.gz && \ - echo "3eae228323a9cb11fdccfb833d006a8e516c36f5f0bcdbba26ebdb8af29289b4 /tmp/bitnami/pkg/cache/jupyter-base-notebook-2.3.1-150-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \ - tar -zxf /tmp/bitnami/pkg/cache/jupyter-base-notebook-2.3.1-150-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-150-linux-amd64-debian-11.tar.gz +RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/miniconda-4.12.0-152-linux-amd64-debian-11.tar.gz && \ + 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 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 ec989f2ffece..6282527756ee 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,16 +1,16 @@ { "jupyter-base-notebook": { "arch": "amd64", - "digest": "3eae228323a9cb11fdccfb833d006a8e516c36f5f0bcdbba26ebdb8af29289b4", + "digest": "3f16da1513f5a9a3b91da5c520b5452b37fc5f0c47744639cd377faf28c74c5c", "distro": "debian-11", "type": "NAMI", - "version": "2.3.1-150" + "version": "2.3.1-151" }, "miniconda": { "arch": "amd64", - "digest": "91a9876f5d4d23f12114b728e9408ad5e3d014d854991b756ce6ce4ebf431224", + "digest": "54562193edb2be58d871e34d0c8238c7f4edc59d30950bd256fbf42103941afa", "distro": "debian-11", "type": "NAMI", - "version": "4.12.0-151" + "version": "4.12.0-152" } } \ No newline at end of file diff --git a/bitnami/jupyter-base-notebook/README.md b/bitnami/jupyter-base-notebook/README.md index 9a4202a45436..7753079eed73 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-r14`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-jupyter-base-notebook/blob/2.3.1-debian-11-r14/2/debian-11/Dockerfile) +* [`2`, `2-debian-11`, `2.3.1`, `2.3.1-debian-11-r15`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-jupyter-base-notebook/blob/2.3.1-debian-11-r15/2/debian-11/Dockerfile) * [`1`, `1-debian-11`, `1.5.0`, `1.5.0-debian-11-r14` (1/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-jupyter-base-notebook/blob/1.5.0-debian-11-r14/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).