[bitnami/jupyterhub] Release 1.5.0-debian-11-r45 (#9241)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
Signed-off-by: Fran Mulero <fmulero@vmware.com>
Co-authored-by: Fran Mulero <fmulero@vmware.com>
This commit is contained in:
Bitnami Bot
2022-10-07 11:37:55 +02:00
committed by GitHub
parent 9a1bce22d6
commit dbc85fb78f
3 changed files with 13 additions and 12 deletions

View File

@@ -4,7 +4,7 @@ ARG TARGETARCH
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \
org.opencontainers.image.ref.name="1.5.0-debian-11-r44" \
org.opencontainers.image.ref.name="1.5.0-debian-11-r45" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/jupyterhub" \
org.opencontainers.image.title="jupyterhub" \
org.opencontainers.image.vendor="VMware, Inc." \
@@ -20,13 +20,14 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Install required system packages and dependencies
RUN install_packages ca-certificates curl libbrotli1 libcom-err2 libcrypt1 libcurl4 libgcc-s1 libgcrypt20 libgmp10 libgnutls30 libgpg-error0 libgssapi-krb5-2 libhogweed6 libidn2-0 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libnettle8 libnghttp2-14 libp11-kit0 libpsl5 librtmp1 libsasl2-2 libssh2-1 libstdc++6 libtasn1-6 libunistring2 procps
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
for COMPONENT in \
"miniconda-4.12.0-157-linux-${OS_ARCH}-debian-11" \
"jupyterhub-1.5.0-7-linux-${OS_ARCH}-debian-11" ; \
do \
COMPONENTS=( \
"miniconda-4.12.0-158-linux-${OS_ARCH}-debian-11" \
"jupyterhub-1.5.0-8-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
curl -SsLf https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz -O ; \
curl -SsLf https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz.sha256 -O ; \
curl -SsLf "https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz" -O ; \
curl -SsLf "https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz.sha256" -O ; \
fi && \
sha256sum -c "${COMPONENT}.tar.gz.sha256" && \
tar -zxf "${COMPONENT}.tar.gz" -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \

View File

@@ -1,16 +1,16 @@
{
"jupyterhub": {
"arch": "amd64",
"digest": "6ba83c4e8639f1aaf73851cbdb4c0ae585a56e39e856bcada23271a72422df1f",
"digest": "edcf646ead8b93266b3e25d22708dadba578bc0c69879d1da1dff62ffc6f4b04",
"distro": "debian-11",
"type": "NAMI",
"version": "1.5.0-7"
"version": "1.5.0-8"
},
"miniconda": {
"arch": "amd64",
"digest": "0ce4d37088c0efd4218c86f1fe0f0461e5daeae94dc9a651e213ed2d7a766f10",
"digest": "68d0730eed993d756278b832c6a392d99377b6f55c1bd8611c6e5e5ce4a2ba65",
"distro": "debian-11",
"type": "NAMI",
"version": "4.12.0-157"
"version": "4.12.0-158"
}
}

View File

@@ -27,7 +27,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
* [`3`, `3-debian-11`, `3.0.0`, `3.0.0-debian-11-r3`, `latest` (3/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/jupyterhub/3/debian-11/Dockerfile)
* [`1`, `1-debian-11`, `1.5.0`, `1.5.0-debian-11-r44` (1/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/jupyterhub/1/debian-11/Dockerfile)
* [`1`, `1-debian-11`, `1.5.0`, `1.5.0-debian-11-r45` (1/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/jupyterhub/1/debian-11/Dockerfile)
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).