2.1.1-debian-10-r32 release
This commit is contained in:
parent
2bf936773f
commit
e42f4bda9a
|
|
@ -9,21 +9,21 @@ ENV HOME="/opt/bitnami/jupyterhub-singleuser/" \
|
|||
COPY prebuildfs /
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages ca-certificates curl gzip libc6 libgcc1 libstdc++6 procps tar wget
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/miniconda-4.11.0-1-linux-amd64-debian-10.tar.gz && \
|
||||
echo "3c671cf31696ec6e7971de5ece2257d05a6555d29eac464765fa842e5db705bf /tmp/bitnami/pkg/cache/miniconda-4.11.0-1-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/miniconda-4.11.0-1-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/miniconda-4.11.0-1-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/jupyter-base-notebook-2.1.1-3-linux-amd64-debian-10.tar.gz && \
|
||||
echo "17f99ea556f96484249ea74b061ea7970e89b5fe891c32f195acb5f893162d74 /tmp/bitnami/pkg/cache/jupyter-base-notebook-2.1.1-3-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/jupyter-base-notebook-2.1.1-3-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/jupyter-base-notebook-2.1.1-3-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/miniconda-4.11.0-2-linux-amd64-debian-10.tar.gz && \
|
||||
echo "7d7b0982510dd8f036024aa748523c9974e398347d2cda91fe2541482a0d21cd /tmp/bitnami/pkg/cache/miniconda-4.11.0-2-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/miniconda-4.11.0-2-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/miniconda-4.11.0-2-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/jupyter-base-notebook-2.1.1-4-linux-amd64-debian-10.tar.gz && \
|
||||
echo "0bc0d2fad3eaa600a076afce660e553085a078b54deb4ee54f07c5513a99d406 /tmp/bitnami/pkg/cache/jupyter-base-notebook-2.1.1-4-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/jupyter-base-notebook-2.1.1-4-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/jupyter-base-notebook-2.1.1-4-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 BITNAMI_APP_NAME="jupyter-base-notebook" \
|
||||
BITNAMI_IMAGE_VERSION="2.1.1-debian-10-r31" \
|
||||
BITNAMI_IMAGE_VERSION="2.1.1-debian-10-r32" \
|
||||
PATH="/opt/bitnami/miniconda/bin:$PATH"
|
||||
|
||||
USER 1001
|
||||
|
|
|
|||
|
|
@ -1,16 +1,16 @@
|
|||
{
|
||||
"jupyter-base-notebook": {
|
||||
"arch": "amd64",
|
||||
"digest": "17f99ea556f96484249ea74b061ea7970e89b5fe891c32f195acb5f893162d74",
|
||||
"digest": "0bc0d2fad3eaa600a076afce660e553085a078b54deb4ee54f07c5513a99d406",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "2.1.1-3"
|
||||
"version": "2.1.1-4"
|
||||
},
|
||||
"miniconda": {
|
||||
"arch": "amd64",
|
||||
"digest": "3c671cf31696ec6e7971de5ece2257d05a6555d29eac464765fa842e5db705bf",
|
||||
"digest": "7d7b0982510dd8f036024aa748523c9974e398347d2cda91fe2541482a0d21cd",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "4.11.0-1"
|
||||
"version": "4.11.0-2"
|
||||
}
|
||||
}
|
||||
|
|
@ -31,7 +31,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.1.1`, `2.1.1-debian-10-r31`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jupyter-base-notebook/blob/2.1.1-debian-10-r31/2/debian-10/Dockerfile)
|
||||
* [`2`, `2-debian-10`, `2.1.1`, `2.1.1-debian-10-r32`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jupyter-base-notebook/blob/2.1.1-debian-10-r32/2/debian-10/Dockerfile)
|
||||
* [`1`, `1-debian-10`, `1.5.0`, `1.5.0-debian-10-r106` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jupyter-base-notebook/blob/1.5.0-debian-10-r106/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).
|
||||
|
|
|
|||
Loading…
Reference in New Issue