mirror of
https://github.com/bitnami/containers.git
synced 2026-04-02 07:18:06 +08:00
1.4.1-debian-10-r22 release
This commit is contained in:
@@ -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-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "d783ea5456a25419fcca499cd2aa34d7631ccf0292a222210dac028d3c00a087 /tmp/bitnami/pkg/cache/jupyterhub-1.4.1-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/jupyterhub-1.4.1-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/jupyterhub-1.4.1-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 chmod g+rwX /opt/bitnami
|
||||
|
||||
ENV BITNAMI_APP_NAME="jupyterhub" \
|
||||
BITNAMI_IMAGE_VERSION="1.4.1-debian-10-r21" \
|
||||
BITNAMI_IMAGE_VERSION="1.4.1-debian-10-r22" \
|
||||
PATH="/opt/bitnami/miniconda/bin:/opt/bitnami/miniconda/bin/:$PATH"
|
||||
|
||||
USER 1001
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"jupyterhub": {
|
||||
"arch": "amd64",
|
||||
"digest": "d783ea5456a25419fcca499cd2aa34d7631ccf0292a222210dac028d3c00a087",
|
||||
"digest": "52824bce487e13a902f9e1d31667c092d63b81de8defa7aee7acc7625fb129eb",
|
||||
"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 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-r21`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jupyterhub/blob/1.4.1-debian-10-r21/1/debian-10/Dockerfile)
|
||||
* [`1`, `1-debian-10`, `1.4.1`, `1.4.1-debian-10-r22`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jupyterhub/blob/1.4.1-debian-10-r22/1/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/jupyterhub GitHub repo](https://github.com/bitnami/bitnami-docker-jupyterhub).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user