mirror of
https://github.com/bitnami/containers.git
synced 2026-03-21 15:29:05 +08:00
1.4.1-debian-10-r87 release
This commit is contained in:
@@ -13,15 +13,15 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
|
||||
echo "54517d6ea3a8f4d8f619db061b0c056aaafb6cf308ad0fe2c4357f41c007ec61 /tmp/bitnami/pkg/cache/miniconda-4.10.3-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/miniconda-4.10.3-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/miniconda-4.10.3-0-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/jupyter-base-notebook-1.4.1-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "fae19517c70863865cbde78d28decdcca1ab6f26a05b6c102e338cd584417dd1 /tmp/bitnami/pkg/cache/jupyter-base-notebook-1.4.1-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/jupyter-base-notebook-1.4.1-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/jupyter-base-notebook-1.4.1-0-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/jupyter-base-notebook-1.4.1-1-linux-amd64-debian-10.tar.gz && \
|
||||
echo "b27b08780e29e952b47094e5387a0ca19fb3e0e9538c0f7df04c41fcf6833211 /tmp/bitnami/pkg/cache/jupyter-base-notebook-1.4.1-1-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/jupyter-base-notebook-1.4.1-1-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/jupyter-base-notebook-1.4.1-1-linux-amd64-debian-10.tar.gz
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
RUN mkdir /opt/bitnami/jupyterhub-singleuser/ && chmod g+rwX /opt/bitnami/jupyterhub-singleuser/
|
||||
|
||||
ENV BITNAMI_APP_NAME="jupyter-base-notebook" \
|
||||
BITNAMI_IMAGE_VERSION="1.4.1-debian-10-r86" \
|
||||
BITNAMI_IMAGE_VERSION="1.4.1-debian-10-r87" \
|
||||
PATH="/opt/bitnami/miniconda/bin:$PATH"
|
||||
|
||||
USER 1001
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"jupyter-base-notebook": {
|
||||
"arch": "amd64",
|
||||
"digest": "fae19517c70863865cbde78d28decdcca1ab6f26a05b6c102e338cd584417dd1",
|
||||
"digest": "b27b08780e29e952b47094e5387a0ca19fb3e0e9538c0f7df04c41fcf6833211",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.4.1-0"
|
||||
"version": "1.4.1-1"
|
||||
},
|
||||
"miniconda": {
|
||||
"arch": "amd64",
|
||||
|
||||
@@ -27,7 +27,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/).
|
||||
|
||||
|
||||
* [`1`, `1-debian-10`, `1.4.1`, `1.4.1-debian-10-r86`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jupyter-base-notebook/blob/1.4.1-debian-10-r86/1/debian-10/Dockerfile)
|
||||
* [`1`, `1-debian-10`, `1.4.1`, `1.4.1-debian-10-r87`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jupyter-base-notebook/blob/1.4.1-debian-10-r87/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).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user