mirror of
https://github.com/bitnami/containers.git
synced 2026-04-04 00:08:07 +08:00
[bitnami/jupyter-base-notebook] Release 4.0.1-debian-11-r0 (#36810)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -3,13 +3,13 @@ FROM docker.io/bitnami/minideb:bullseye
|
|||||||
ARG TARGETARCH
|
ARG TARGETARCH
|
||||||
|
|
||||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||||
org.opencontainers.image.created="2023-06-06T15:27:11Z" \
|
org.opencontainers.image.created="2023-06-08T10:01:57Z" \
|
||||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||||
org.opencontainers.image.licenses="Apache-2.0" \
|
org.opencontainers.image.licenses="Apache-2.0" \
|
||||||
org.opencontainers.image.ref.name="4.0.0-debian-11-r12" \
|
org.opencontainers.image.ref.name="4.0.1-debian-11-r0" \
|
||||||
org.opencontainers.image.title="jupyter-base-notebook" \
|
org.opencontainers.image.title="jupyter-base-notebook" \
|
||||||
org.opencontainers.image.vendor="VMware, Inc." \
|
org.opencontainers.image.vendor="VMware, Inc." \
|
||||||
org.opencontainers.image.version="4.0.0"
|
org.opencontainers.image.version="4.0.1"
|
||||||
|
|
||||||
ENV HOME="/opt/bitnami/jupyterhub-singleuser/" \
|
ENV HOME="/opt/bitnami/jupyterhub-singleuser/" \
|
||||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||||
@@ -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/ && \
|
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||||
COMPONENTS=( \
|
COMPONENTS=( \
|
||||||
"miniconda-23.3.1-1-linux-${OS_ARCH}-debian-11" \
|
"miniconda-23.3.1-1-linux-${OS_ARCH}-debian-11" \
|
||||||
"jupyter-base-notebook-4.0.0-4-linux-${OS_ARCH}-debian-11" \
|
"jupyter-base-notebook-4.0.1-0-linux-${OS_ARCH}-debian-11" \
|
||||||
) && \
|
) && \
|
||||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||||
@@ -40,7 +40,7 @@ RUN apt-get autoremove --purge -y curl && \
|
|||||||
RUN chmod g+rwX /opt/bitnami
|
RUN chmod g+rwX /opt/bitnami
|
||||||
RUN mkdir /opt/bitnami/jupyterhub-singleuser/ && chmod g+rwX /opt/bitnami/jupyterhub-singleuser/
|
RUN mkdir /opt/bitnami/jupyterhub-singleuser/ && chmod g+rwX /opt/bitnami/jupyterhub-singleuser/
|
||||||
|
|
||||||
ENV APP_VERSION="4.0.0" \
|
ENV APP_VERSION="4.0.1" \
|
||||||
BITNAMI_APP_NAME="jupyter-base-notebook" \
|
BITNAMI_APP_NAME="jupyter-base-notebook" \
|
||||||
PATH="/opt/bitnami/miniconda/bin:/opt/bitnami/common/bin:$PATH"
|
PATH="/opt/bitnami/miniconda/bin:/opt/bitnami/common/bin:$PATH"
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
"arch": "amd64",
|
"arch": "amd64",
|
||||||
"distro": "debian-11",
|
"distro": "debian-11",
|
||||||
"type": "NAMI",
|
"type": "NAMI",
|
||||||
"version": "4.0.0-4"
|
"version": "4.0.1-0"
|
||||||
},
|
},
|
||||||
"miniconda": {
|
"miniconda": {
|
||||||
"arch": "amd64",
|
"arch": "amd64",
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
rolling-tags:
|
rolling-tags:
|
||||||
- "4"
|
- "4"
|
||||||
- 4-debian-11
|
- 4-debian-11
|
||||||
- 4.0.0
|
- 4.0.1
|
||||||
- latest
|
- latest
|
||||||
|
|||||||
Reference in New Issue
Block a user