mirror of
https://github.com/bitnami/containers.git
synced 2026-02-16 18:47:17 +08:00
[bitnami/jupyterhub] Release 3.1.0-debian-11-r0 (#20867)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -5,11 +5,11 @@ ARG TARGETARCH
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="3.0.0-debian-11-r37" \
|
||||
org.opencontainers.image.ref.name="3.1.0-debian-11-r0" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/jupyterhub" \
|
||||
org.opencontainers.image.title="jupyterhub" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="3.0.0"
|
||||
org.opencontainers.image.version="3.1.0"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
@@ -22,8 +22,8 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
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 zlib1g
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"miniconda-4.12.0-158-linux-${OS_ARCH}-debian-11" \
|
||||
"jupyterhub-3.0.0-4-linux-${OS_ARCH}-debian-11" \
|
||||
"miniconda-4.12.0-159-linux-${OS_ARCH}-debian-11" \
|
||||
"jupyterhub-3.1.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
@@ -39,7 +39,7 @@ RUN apt-get autoremove --purge -y curl && \
|
||||
apt-get clean && rm -rf /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
ENV APP_VERSION="3.0.0" \
|
||||
ENV APP_VERSION="3.1.0" \
|
||||
BITNAMI_APP_NAME="jupyterhub" \
|
||||
PATH="/opt/bitnami/miniconda/bin:/opt/bitnami/miniconda/bin/:$PATH"
|
||||
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
{
|
||||
"jupyterhub": {
|
||||
"arch": "amd64",
|
||||
"digest": "2a90965044ce0a6622974b6b504b5490d5776b8e969e09d71ede0748e0190203",
|
||||
"digest": "45bfd6fa1a273f617dc92333ee410e8649a84d7fb87152caa0567f91622c4afc",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "3.0.0-4"
|
||||
"version": "3.1.0-0"
|
||||
},
|
||||
"miniconda": {
|
||||
"arch": "amd64",
|
||||
"digest": "68d0730eed993d756278b832c6a392d99377b6f55c1bd8611c6e5e5ce4a2ba65",
|
||||
"digest": "532d2ce5e183e90f7b949f28dd350d3ef45ca8a343f5188e6688019cc4454753",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "4.12.0-158"
|
||||
"version": "4.12.0-159"
|
||||
}
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
rolling-tags:
|
||||
- "3"
|
||||
- "3-debian-11"
|
||||
- "3.0.0"
|
||||
- "3.1.0"
|
||||
- "latest"
|
||||
|
||||
Reference in New Issue
Block a user