diff --git a/bitnami/jupyter-base-notebook/3/debian-11/Dockerfile b/bitnami/jupyter-base-notebook/3/debian-11/Dockerfile index 1b4104a9506f..5b92a334aef0 100644 --- a/bitnami/jupyter-base-notebook/3/debian-11/Dockerfile +++ b/bitnami/jupyter-base-notebook/3/debian-11/Dockerfile @@ -3,10 +3,10 @@ FROM docker.io/bitnami/minideb:bullseye ARG TARGETARCH LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \ - org.opencontainers.image.created="2023-02-20T15:05:56Z" \ + org.opencontainers.image.created="2023-02-21T13:29:45Z" \ org.opencontainers.image.description="Application packaged by VMware, Inc" \ org.opencontainers.image.licenses="Apache-2.0" \ - org.opencontainers.image.ref.name="3.1.1-debian-11-r9" \ + org.opencontainers.image.ref.name="3.1.1-debian-11-r10" \ org.opencontainers.image.title="jupyter-base-notebook" \ org.opencontainers.image.vendor="VMware, Inc." \ org.opencontainers.image.version="3.1.1" @@ -22,9 +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=( \ - "tini-0.19.0-157-linux-${OS_ARCH}-debian-11" \ "miniconda-4.12.0-160-linux-${OS_ARCH}-debian-11" \ - "jupyter-base-notebook-3.1.1-3-linux-${OS_ARCH}-debian-11" \ + "jupyter-base-notebook-3.1.1-4-linux-${OS_ARCH}-debian-11" \ ) && \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -43,7 +42,7 @@ RUN mkdir /opt/bitnami/jupyterhub-singleuser/ && chmod g+rwX /opt/bitnami/jupyte ENV APP_VERSION="3.1.1" \ BITNAMI_APP_NAME="jupyter-base-notebook" \ - PATH="/opt/bitnami/common/bin:/opt/bitnami/miniconda/bin:$PATH" + PATH="/opt/bitnami/miniconda/bin:/opt/bitnami/common/bin:$PATH" USER 1001 ENTRYPOINT [ "tini", "-g", "--" ] diff --git a/bitnami/jupyter-base-notebook/3/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/jupyter-base-notebook/3/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index 1d7cf254120c..88bf01717e59 100644 --- a/bitnami/jupyter-base-notebook/3/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/jupyter-base-notebook/3/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -1,10 +1,10 @@ { "jupyter-base-notebook": { "arch": "amd64", - "digest": "b0d27cef61dc20850d20fe1ebdce074dbf2fb630656a695e1b2e45c7b33e2c46", + "digest": "5a6bf76ff07ad79ed173a8c56135744bd60bfb691465800fdcd032d0c8e04e0f", "distro": "debian-11", "type": "NAMI", - "version": "3.1.1-3" + "version": "3.1.1-4" }, "miniconda": { "arch": "amd64", @@ -12,12 +12,5 @@ "distro": "debian-11", "type": "NAMI", "version": "4.12.0-160" - }, - "tini": { - "arch": "amd64", - "digest": "713c2d4a4c165a4722f0d89f9acb8898f66dd59e0dc2482c6b149f0b157012a6", - "distro": "debian-11", - "type": "NAMI", - "version": "0.19.0-157" } } \ No newline at end of file