[bitnami/jupyter-base-notebook] Release 3.1.1-debian-11-r23 (#29376)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
c4beb46ff6
commit
ddc130ab5a
|
|
@ -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-04-04T13:40:26Z" \
|
||||
org.opencontainers.image.created="2023-04-06T19:29:11Z" \
|
||||
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-r22" \
|
||||
org.opencontainers.image.ref.name="3.1.1-debian-11-r23" \
|
||||
org.opencontainers.image.title="jupyter-base-notebook" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="3.1.1"
|
||||
|
|
@ -23,7 +23,7 @@ RUN install_packages ca-certificates curl libbrotli1 libcom-err2 libcrypt1 libcu
|
|||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"miniconda-4.12.0-163-linux-${OS_ARCH}-debian-11" \
|
||||
"jupyter-base-notebook-3.1.1-9-linux-${OS_ARCH}-debian-11" \
|
||||
"jupyter-base-notebook-3.1.1-10-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"arch": "amd64",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "3.1.1-9"
|
||||
"version": "3.1.1-10"
|
||||
},
|
||||
"miniconda": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
Loading…
Reference in New Issue