diff --git a/bitnami/jupyter-base-notebook/2/debian-10/Dockerfile b/bitnami/jupyter-base-notebook/2/debian-10/Dockerfile index 4319cde730fe..4970edf9d5fa 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-0-linux-amd64-debian-10.tar.gz && \ - echo "15d99a4724dcef50c5f0aea5d12e6ee243b34440dd4eef6b146e79b435ec214a /tmp/bitnami/pkg/cache/jupyter-base-notebook-2.3.0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \ - tar -zxf /tmp/bitnami/pkg/cache/jupyter-base-notebook-2.3.0-0-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-0-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 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 e8fca844c213..1b3e2e906817 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": "15d99a4724dcef50c5f0aea5d12e6ee243b34440dd4eef6b146e79b435ec214a", + "digest": "8890b5702f46dcab1c9729226f2622cae2c8c9466282b5cebfdf0b4aeae57b07", "distro": "debian-10", "type": "NAMI", - "version": "2.3.0-0" + "version": "2.3.0-1" }, "miniconda": { "arch": "amd64", diff --git a/bitnami/jupyter-base-notebook/README.md b/bitnami/jupyter-base-notebook/README.md index d4731190b8f1..4ff6ede3553f 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-r2`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jupyter-base-notebook/blob/2.3.0-debian-10-r2/2/debian-10/Dockerfile) +* [`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) * [`1`, `1-debian-10`, `1.5.0`, `1.5.0-debian-10-r174` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jupyter-base-notebook/blob/1.5.0-debian-10-r174/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).