mirror of
https://github.com/bitnami/containers.git
synced 2026-03-21 15:29:05 +08:00
[bitnami/jupyter-base-notebook] Release 3.1.0-debian-11-r15 (#20678)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -5,7 +5,7 @@ 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.1.0-debian-11-r14" \
|
||||
org.opencontainers.image.ref.name="3.1.0-debian-11-r15" \
|
||||
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." \
|
||||
@@ -22,9 +22,9 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
RUN install_packages ca-certificates curl libcrypt1 libgcc-s1 libstdc++6 procps
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"tini-0.19.0-155-linux-${OS_ARCH}-debian-11" \
|
||||
"miniconda-4.12.0-158-linux-${OS_ARCH}-debian-11" \
|
||||
"jupyter-base-notebook-3.1.0-1-linux-${OS_ARCH}-debian-11" \
|
||||
"tini-0.19.0-156-linux-${OS_ARCH}-debian-11" \
|
||||
"miniconda-4.12.0-159-linux-${OS_ARCH}-debian-11" \
|
||||
"jupyter-base-notebook-3.1.0-2-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
||||
@@ -1,23 +1,23 @@
|
||||
{
|
||||
"jupyter-base-notebook": {
|
||||
"arch": "amd64",
|
||||
"digest": "4b8aaa17214d1acf7779755db048162cf5842f72f211f3bd3319935967c6fad2",
|
||||
"digest": "83c2df385c022f3a9d6133151b6112bc8615fb43a5a57cc07c1889ecd39f6256",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "3.1.0-1"
|
||||
"version": "3.1.0-2"
|
||||
},
|
||||
"miniconda": {
|
||||
"arch": "amd64",
|
||||
"digest": "68d0730eed993d756278b832c6a392d99377b6f55c1bd8611c6e5e5ce4a2ba65",
|
||||
"digest": "532d2ce5e183e90f7b949f28dd350d3ef45ca8a343f5188e6688019cc4454753",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "4.12.0-158"
|
||||
"version": "4.12.0-159"
|
||||
},
|
||||
"tini": {
|
||||
"arch": "amd64",
|
||||
"digest": "920007525f0d83b253d3c40e1069d76c4edae1cee4916f4e6445dededb280879",
|
||||
"digest": "9ecd7addf2e8c5048e4a3975cbb8dd2e6eeb839cd96e06ec29d5253f65889420",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "0.19.0-155"
|
||||
"version": "0.19.0-156"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user