[bitnami/jupyter-base-notebook] Release 1.5.0-debian-11-r41 (#7661)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
f5d2a90668
commit
d27aca0e2f
|
|
@ -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-r40" \
|
||||
org.opencontainers.image.ref.name="1.5.0-debian-11-r41" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/jupyter-base-notebook" \
|
||||
org.opencontainers.image.title="jupyter-base-notebook" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
|
|
@ -18,15 +18,23 @@ ENV HOME="/opt/bitnami/jupyterhub-singleuser/" \
|
|||
COPY prebuildfs /
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages ca-certificates curl gzip libc6 libcrypt1 libgcc-s1 libstdc++6 procps tar
|
||||
RUN install_packages ca-certificates curl libc6 libcrypt1 libgcc-s1 libstdc++6 procps
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
if [ ! -f miniconda-4.12.0-154-linux-${OS_ARCH}-debian-11.tar.gz ]; then \
|
||||
curl -SsLf https://downloads.bitnami.com/files/stacksmith/miniconda-4.12.0-154-linux-${OS_ARCH}-debian-11.tar.gz -O ; \
|
||||
curl -SsLf https://downloads.bitnami.com/files/stacksmith/miniconda-4.12.0-154-linux-${OS_ARCH}-debian-11.tar.gz.sha256 -O ; \
|
||||
if [ ! -f tini-0.19.0-154-linux-${OS_ARCH}-debian-11.tar.gz ]; then \
|
||||
curl -SsLf https://downloads.bitnami.com/files/stacksmith/tini-0.19.0-154-linux-${OS_ARCH}-debian-11.tar.gz -O ; \
|
||||
curl -SsLf https://downloads.bitnami.com/files/stacksmith/tini-0.19.0-154-linux-${OS_ARCH}-debian-11.tar.gz.sha256 -O ; \
|
||||
fi && \
|
||||
sha256sum -c miniconda-4.12.0-154-linux-${OS_ARCH}-debian-11.tar.gz.sha256 && \
|
||||
tar -zxf miniconda-4.12.0-154-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
|
||||
rm -rf miniconda-4.12.0-154-linux-${OS_ARCH}-debian-11.tar.gz miniconda-4.12.0-154-linux-${OS_ARCH}-debian-11.tar.gz.sha256
|
||||
sha256sum -c tini-0.19.0-154-linux-${OS_ARCH}-debian-11.tar.gz.sha256 && \
|
||||
tar -zxf tini-0.19.0-154-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
|
||||
rm -rf tini-0.19.0-154-linux-${OS_ARCH}-debian-11.tar.gz tini-0.19.0-154-linux-${OS_ARCH}-debian-11.tar.gz.sha256
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
if [ ! -f miniconda-4.12.0-156-linux-${OS_ARCH}-debian-11.tar.gz ]; then \
|
||||
curl -SsLf https://downloads.bitnami.com/files/stacksmith/miniconda-4.12.0-156-linux-${OS_ARCH}-debian-11.tar.gz -O ; \
|
||||
curl -SsLf https://downloads.bitnami.com/files/stacksmith/miniconda-4.12.0-156-linux-${OS_ARCH}-debian-11.tar.gz.sha256 -O ; \
|
||||
fi && \
|
||||
sha256sum -c miniconda-4.12.0-156-linux-${OS_ARCH}-debian-11.tar.gz.sha256 && \
|
||||
tar -zxf miniconda-4.12.0-156-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
|
||||
rm -rf miniconda-4.12.0-156-linux-${OS_ARCH}-debian-11.tar.gz miniconda-4.12.0-156-linux-${OS_ARCH}-debian-11.tar.gz.sha256
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
if [ ! -f jupyter-base-notebook-1.5.0-153-linux-${OS_ARCH}-debian-11.tar.gz ]; then \
|
||||
curl -SsLf https://downloads.bitnami.com/files/stacksmith/jupyter-base-notebook-1.5.0-153-linux-${OS_ARCH}-debian-11.tar.gz -O ; \
|
||||
|
|
@ -42,7 +50,7 @@ RUN mkdir /opt/bitnami/jupyterhub-singleuser/ && chmod g+rwX /opt/bitnami/jupyte
|
|||
|
||||
ENV APP_VERSION="1.5.0" \
|
||||
BITNAMI_APP_NAME="jupyter-base-notebook" \
|
||||
PATH="/opt/bitnami/miniconda/bin:$PATH"
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/miniconda/bin:$PATH"
|
||||
|
||||
USER 1001
|
||||
ENTRYPOINT [ "tini", "-g", "--" ]
|
||||
|
|
|
|||
|
|
@ -8,9 +8,16 @@
|
|||
},
|
||||
"miniconda": {
|
||||
"arch": "amd64",
|
||||
"digest": "60138bae1b7541d2ecae75367eaa5ef158f6845dcb86ff746fc8402bdcae716b",
|
||||
"digest": "bc9647618d0c17409ee678fd5a5877fb72ecfc783a6269326892484a82981c07",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "4.12.0-154"
|
||||
"version": "4.12.0-156"
|
||||
},
|
||||
"tini": {
|
||||
"arch": "amd64",
|
||||
"digest": "50b38ec9a9be93542fe7d46c68f8a5d6f127acff24c3a7153edbb2849a474433",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "0.19.0-154"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,9 +1,10 @@
|
|||
#!/bin/sh
|
||||
set -e
|
||||
set -u
|
||||
export DEBIAN_FRONTEND=noninteractive
|
||||
set -eu
|
||||
|
||||
n=0
|
||||
max=2
|
||||
export DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
until [ $n -gt $max ]; do
|
||||
set +e
|
||||
(
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
|||
|
||||
|
||||
* [`2`, `2-debian-11`, `2.3.1`, `2.3.1-debian-11-r41`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/jupyter-base-notebook/2/debian-11/Dockerfile)
|
||||
* [`1`, `1-debian-11`, `1.5.0`, `1.5.0-debian-11-r40` (1/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/jupyter-base-notebook/1/debian-11/Dockerfile)
|
||||
* [`1`, `1-debian-11`, `1.5.0`, `1.5.0-debian-11-r41` (1/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/jupyter-base-notebook/1/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue