[bitnami/jupyter-base-notebook] Release 5.4.3-debian-12-r13 (#91510)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2026-03-11 19:28:14 +01:00
committed by GitHub
parent 886c5ecade
commit 5faccbd9f0
2 changed files with 12 additions and 7 deletions

View File

@@ -7,7 +7,7 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith"
ARG TARGETARCH ARG TARGETARCH
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \ LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
org.opencontainers.image.created="2026-02-24T16:57:12Z" \ org.opencontainers.image.created="2026-03-11T18:07:44Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/jupyter-base-notebook/README.md" \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/jupyter-base-notebook/README.md" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/jupyter-base-notebook" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/jupyter-base-notebook" \
@@ -29,7 +29,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \ mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
COMPONENTS=( \ COMPONENTS=( \
"miniforge-26.1.0-0-0-linux-${OS_ARCH}-debian-12" \ "miniforge-26.1.0-0-0-linux-${OS_ARCH}-debian-12" \
"jupyter-base-notebook-5.4.3-10-linux-${OS_ARCH}-debian-12" \ "jupyter-base-notebook-5.4.3-11-linux-${OS_ARCH}-debian-12" \
) ; \ ) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \ for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -49,7 +49,7 @@ RUN uninstall_packages curl
ENV APP_VERSION="5.4.3" \ ENV APP_VERSION="5.4.3" \
BITNAMI_APP_NAME="jupyter-base-notebook" \ BITNAMI_APP_NAME="jupyter-base-notebook" \
IMAGE_REVISION="12" \ IMAGE_REVISION="13" \
PATH="/opt/bitnami/miniforge/bin:/opt/bitnami/common/bin:$PATH" PATH="/opt/bitnami/miniforge/bin:/opt/bitnami/common/bin:$PATH"
USER 1001 USER 1001

View File

@@ -1,7 +1,5 @@
# Bitnami Secure Image for Jupyter Base Notebook # Bitnami Secure Image for Jupyter Base Notebook
## What is Jupyter Base Notebook?
> Jupyter Base Notebook is an instance of Jupyter Notebook for your JupyterHub installation. The Base flavor contains the essential Python 3 packages and the JupyterLab user interface. > Jupyter Base Notebook is an instance of Jupyter Notebook for your JupyterHub installation. The Base flavor contains the essential Python 3 packages and the JupyterLab user interface.
[Overview of Jupyter Base Notebook](https://github.com/jupyter/docker-stacks) [Overview of Jupyter Base Notebook](https://github.com/jupyter/docker-stacks)
@@ -9,6 +7,8 @@ Trademarks: This software listing is packaged by Bitnami. The respective tradema
## TL;DR ## TL;DR
Use this quick command to run the container.
```console ```console
docker run --name jupyter-base-notebook bitnami/jupyter-base-notebook:latest docker run --name jupyter-base-notebook bitnami/jupyter-base-notebook:latest
``` ```
@@ -62,6 +62,8 @@ Non-root container images add an extra layer of security and are generally recom
## Configuration ## Configuration
The following sections describe how to run commands and add packages.
### Running commands ### Running commands
To run commands inside this container you can use `docker run`, for example to execute `jupyterhub-singleuser --version` you can follow the example below: To run commands inside this container you can use `docker run`, for example to execute `jupyterhub-singleuser --version` you can follow the example below:
@@ -74,7 +76,8 @@ Check the [official Jupyter Notebook documentation](https://jupyter.readthedocs.
### Adding more python packages ### Adding more python packages
To add more python packages, you need to create a Dockerfile extending the current image, and the commands to install the desired packages. To add more python packages, you need to create a Dockerfile extending the current image and add the commands to install the desired packages.
In the following example, the base notebook image is used to add `scipy` and `matplotlib`. In the following example, the base notebook image is used to add `scipy` and `matplotlib`.
```Dockerfile ```Dockerfile
@@ -93,7 +96,9 @@ The Bitnami Jupyter Base Notebook Docker image from the [Bitnami Secure Images](
- `OPENSSL_FIPS`: whether OpenSSL runs in FIPS mode or not. `yes` (default), `no`. - `OPENSSL_FIPS`: whether OpenSSL runs in FIPS mode or not. `yes` (default), `no`.
## Notable Changes ## Notable changes
The following subsections describe notable changes.
### Starting January 16, 2024 ### Starting January 16, 2024