mirror of
https://github.com/bitnami/containers.git
synced 2026-02-19 14:08:07 +08:00
[bitnami/jupyter-base-notebook] Release 3.1.1-debian-11-r0 (#21899)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -5,11 +5,11 @@ 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-r19" \
|
||||
org.opencontainers.image.ref.name="3.1.1-debian-11-r0" \
|
||||
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." \
|
||||
org.opencontainers.image.version="3.1.0"
|
||||
org.opencontainers.image.version="3.1.1"
|
||||
|
||||
ENV HOME="/opt/bitnami/jupyterhub-singleuser/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
@@ -24,7 +24,7 @@ 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.0-3-linux-${OS_ARCH}-debian-11" \
|
||||
"jupyter-base-notebook-3.1.1-0-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
@@ -41,7 +41,7 @@ RUN apt-get autoremove --purge -y curl && \
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
RUN mkdir /opt/bitnami/jupyterhub-singleuser/ && chmod g+rwX /opt/bitnami/jupyterhub-singleuser/
|
||||
|
||||
ENV APP_VERSION="3.1.0" \
|
||||
ENV APP_VERSION="3.1.1" \
|
||||
BITNAMI_APP_NAME="jupyter-base-notebook" \
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/miniconda/bin:$PATH"
|
||||
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"jupyter-base-notebook": {
|
||||
"arch": "amd64",
|
||||
"digest": "54feb36457ff715d7be7fb3f9d2c1d200f1b3e4771aaf96146a9f4147c2b2f53",
|
||||
"digest": "84f3a5f74138efe8a425354b70364de0b7227b6f0e28cae452ff6682ffa8416a",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "3.1.0-3"
|
||||
"version": "3.1.1-0"
|
||||
},
|
||||
"miniconda": {
|
||||
"arch": "amd64",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
rolling-tags:
|
||||
- "3"
|
||||
- "3-debian-11"
|
||||
- "3.1.0"
|
||||
- "3.1.1"
|
||||
- "latest"
|
||||
|
||||
Reference in New Issue
Block a user