diff --git a/bitnami/jupyter-base-notebook/2/debian-10/Dockerfile b/bitnami/jupyter-base-notebook/2/debian-10/Dockerfile index f31350887378..4319cde730fe 100644 --- a/bitnami/jupyter-base-notebook/2/debian-10/Dockerfile +++ b/bitnami/jupyter-base-notebook/2/debian-10/Dockerfile @@ -13,16 +13,16 @@ 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.2.2-5-linux-amd64-debian-10.tar.gz && \ - echo "e725de1dbc7d6313d4dfd9086303295c4fc88e257617f70079bc8adadc2cbcd6 /tmp/bitnami/pkg/cache/jupyter-base-notebook-2.2.2-5-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \ - tar -zxf /tmp/bitnami/pkg/cache/jupyter-base-notebook-2.2.2-5-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-5-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 apt-get update && apt-get upgrade -y && \ rm -r /var/lib/apt/lists /var/cache/apt/archives RUN chmod g+rwX /opt/bitnami RUN mkdir /opt/bitnami/jupyterhub-singleuser/ && chmod g+rwX /opt/bitnami/jupyterhub-singleuser/ -ENV APP_VERSION="2.2.2" \ +ENV APP_VERSION="2.3.0" \ BITNAMI_APP_NAME="jupyter-base-notebook" \ PATH="/opt/bitnami/miniconda/bin:$PATH" 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 7bd17ba9d9f7..e8fca844c213 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": "e725de1dbc7d6313d4dfd9086303295c4fc88e257617f70079bc8adadc2cbcd6", + "digest": "15d99a4724dcef50c5f0aea5d12e6ee243b34440dd4eef6b146e79b435ec214a", "distro": "debian-10", "type": "NAMI", - "version": "2.2.2-5" + "version": "2.3.0-0" }, "miniconda": { "arch": "amd64", diff --git a/bitnami/jupyter-base-notebook/README.md b/bitnami/jupyter-base-notebook/README.md index 858e4ea9f097..2068a2fb1620 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.2.2`, `2.2.2-debian-10-r56`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jupyter-base-notebook/blob/2.2.2-debian-10-r56/2/debian-10/Dockerfile) +* [`2`, `2-debian-10`, `2.3.0`, `2.3.0-debian-10-r0`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jupyter-base-notebook/blob/2.3.0-debian-10-r0/2/debian-10/Dockerfile) * [`1`, `1-debian-10`, `1.5.0`, `1.5.0-debian-10-r172` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jupyter-base-notebook/blob/1.5.0-debian-10-r172/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).