[bitnami/jupyter-base-notebook] Release 3.0.0-debian-11-r25 (#15984)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
d89e79091d
commit
f36fc38233
|
|
@ -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="3.0.0-debian-11-r24" \
|
||||
org.opencontainers.image.ref.name="3.0.0-debian-11-r25" \
|
||||
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." \
|
||||
|
|
@ -23,7 +23,7 @@ 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.0.0-6-linux-${OS_ARCH}-debian-11" \
|
||||
"jupyter-base-notebook-3.0.0-7-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"jupyter-base-notebook": {
|
||||
"arch": "amd64",
|
||||
"digest": "a6f656aaf0688e86ad852e783e67d39a58af9c42309d3368ace013734b14a828",
|
||||
"digest": "e5c27d3cffaa991206270cb0430ffea2e8902e943e06e59158fff6ec04f8ca25",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "3.0.0-6"
|
||||
"version": "3.0.0-7"
|
||||
},
|
||||
"miniconda": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
Loading…
Reference in New Issue