[bitnami/jupyter-base-notebook] Release 3.1.1-debian-11-r8 (#24228)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
ad47e2ee52
commit
59a080a4f8
|
|
@ -2,11 +2,11 @@ FROM docker.io/bitnami/minideb:bullseye
|
|||
|
||||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2023-02-17T14:48:51Z" \
|
||||
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-r7" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/jupyter-base-notebook" \
|
||||
org.opencontainers.image.ref.name="3.1.1-debian-11-r8" \
|
||||
org.opencontainers.image.title="jupyter-base-notebook" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="3.1.1"
|
||||
|
|
@ -22,9 +22,9 @@ 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-156-linux-${OS_ARCH}-debian-11" \
|
||||
"miniconda-4.12.0-159-linux-${OS_ARCH}-debian-11" \
|
||||
"jupyter-base-notebook-3.1.1-2-linux-${OS_ARCH}-debian-11" \
|
||||
"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" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
|
|||
|
|
@ -1,23 +1,23 @@
|
|||
{
|
||||
"jupyter-base-notebook": {
|
||||
"arch": "amd64",
|
||||
"digest": "26012c6fc6bd8477e8ebfbaf78a831ad100bdffc248225d21820608b8c1806ae",
|
||||
"digest": "b0d27cef61dc20850d20fe1ebdce074dbf2fb630656a695e1b2e45c7b33e2c46",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "3.1.1-2"
|
||||
"version": "3.1.1-3"
|
||||
},
|
||||
"miniconda": {
|
||||
"arch": "amd64",
|
||||
"digest": "532d2ce5e183e90f7b949f28dd350d3ef45ca8a343f5188e6688019cc4454753",
|
||||
"digest": "4e269cfe079025cff0a96b761d904d9e6e36a6c90c08995a196809b214984fa2",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "4.12.0-159"
|
||||
"version": "4.12.0-160"
|
||||
},
|
||||
"tini": {
|
||||
"arch": "amd64",
|
||||
"digest": "9ecd7addf2e8c5048e4a3975cbb8dd2e6eeb839cd96e06ec29d5253f65889420",
|
||||
"digest": "713c2d4a4c165a4722f0d89f9acb8898f66dd59e0dc2482c6b149f0b157012a6",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "0.19.0-156"
|
||||
"version": "0.19.0-157"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue