1.4.2-debian-10-r0 release
This commit is contained in:
parent
bcb320d61d
commit
01a9497552
|
|
@ -13,14 +13,14 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
|
|||
echo "35d4fd9e2c401689d9880a5cd2fb8e099202320a70f025d5f93ca5b800e45d26 /tmp/bitnami/pkg/cache/miniconda-4.9.2-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/miniconda-4.9.2-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/miniconda-4.9.2-0-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/jupyterhub-1.4.1-1-linux-amd64-debian-10.tar.gz && \
|
||||
echo "52824bce487e13a902f9e1d31667c092d63b81de8defa7aee7acc7625fb129eb /tmp/bitnami/pkg/cache/jupyterhub-1.4.1-1-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/jupyterhub-1.4.1-1-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/jupyterhub-1.4.1-1-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/jupyterhub-1.4.2-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "f84d0e1bf42e37fee90bdad72142bae2cfa660ff6f89f4ea149727615cc248ec /tmp/bitnami/pkg/cache/jupyterhub-1.4.2-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/jupyterhub-1.4.2-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/jupyterhub-1.4.2-0-linux-amd64-debian-10.tar.gz
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
ENV BITNAMI_APP_NAME="jupyterhub" \
|
||||
BITNAMI_IMAGE_VERSION="1.4.1-debian-10-r30" \
|
||||
BITNAMI_IMAGE_VERSION="1.4.2-debian-10-r0" \
|
||||
PATH="/opt/bitnami/miniconda/bin:/opt/bitnami/miniconda/bin/:$PATH"
|
||||
|
||||
USER 1001
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"jupyterhub": {
|
||||
"arch": "amd64",
|
||||
"digest": "52824bce487e13a902f9e1d31667c092d63b81de8defa7aee7acc7625fb129eb",
|
||||
"digest": "f84d0e1bf42e37fee90bdad72142bae2cfa660ff6f89f4ea149727615cc248ec",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.4.1-1"
|
||||
"version": "1.4.2-0"
|
||||
},
|
||||
"miniconda": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ $ docker run --name jupyterhub bitnami/jupyterhub: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-r30`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jupyterhub/blob/1.4.1-debian-10-r30/1/debian-10/Dockerfile)
|
||||
* [`1`, `1-debian-10`, `1.4.2`, `1.4.2-debian-10-r0`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jupyterhub/blob/1.4.2-debian-10-r0/1/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/jupyterhub GitHub repo](https://github.com/bitnami/bitnami-docker-jupyterhub).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue