2.3.0-debian-10-r3 release

This commit is contained in:
Bitnami Bot 2022-05-12 10:13:15 +00:00 committed by Bitnami Containers
parent ddcc4218f2
commit 1d1a4b162f
3 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -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",

View File

@ -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).