1.5.0-debian-10-r95 release
This commit is contained in:
parent
ae29944e69
commit
1dd37fc261
|
|
@ -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-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "3c671cf31696ec6e7971de5ece2257d05a6555d29eac464765fa842e5db705bf /tmp/bitnami/pkg/cache/miniconda-4.11.0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/miniconda-4.11.0-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/miniconda-4.11.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-1.5.0-32-linux-amd64-debian-10.tar.gz && \
|
||||
echo "9c0e01776017ce072bc16eea8e5f7b46f1c6ce62ac1654b98f30dcb6d7b13b9e /tmp/bitnami/pkg/cache/jupyter-base-notebook-1.5.0-32-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/jupyter-base-notebook-1.5.0-32-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/jupyter-base-notebook-1.5.0-32-linux-amd64-debian-10.tar.gz
|
||||
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-1.5.0-33-linux-amd64-debian-10.tar.gz && \
|
||||
echo "9c0e01776017ce072bc16eea8e5f7b46f1c6ce62ac1654b98f30dcb6d7b13b9e /tmp/bitnami/pkg/cache/jupyter-base-notebook-1.5.0-33-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/jupyter-base-notebook-1.5.0-33-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/jupyter-base-notebook-1.5.0-33-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="1.5.0-debian-10-r94" \
|
||||
BITNAMI_IMAGE_VERSION="1.5.0-debian-10-r95" \
|
||||
PATH="/opt/bitnami/miniconda/bin:$PATH"
|
||||
|
||||
USER 1001
|
||||
|
|
|
|||
|
|
@ -4,13 +4,13 @@
|
|||
"digest": "9c0e01776017ce072bc16eea8e5f7b46f1c6ce62ac1654b98f30dcb6d7b13b9e",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.5.0-32"
|
||||
"version": "1.5.0-33"
|
||||
},
|
||||
"miniconda": {
|
||||
"arch": "amd64",
|
||||
"digest": "3c671cf31696ec6e7971de5ece2257d05a6555d29eac464765fa842e5db705bf",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "4.11.0-0"
|
||||
"version": "4.11.0-1"
|
||||
}
|
||||
}
|
||||
|
|
@ -32,7 +32,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
|||
|
||||
|
||||
* [`2`, `2-debian-10`, `2.1.1`, `2.1.1-debian-10-r21`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jupyter-base-notebook/blob/2.1.1-debian-10-r21/2/debian-10/Dockerfile)
|
||||
* [`1`, `1-debian-10`, `1.5.0`, `1.5.0-debian-10-r94` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jupyter-base-notebook/blob/1.5.0-debian-10-r94/1/debian-10/Dockerfile)
|
||||
* [`1`, `1-debian-10`, `1.5.0`, `1.5.0-debian-10-r95` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jupyter-base-notebook/blob/1.5.0-debian-10-r95/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