Image Overview: jupyterhub-k8s-hub-fips

Overview: jupyterhub-k8s-hub-fips Chainguard Image

Get It!

The image is available on cgr.dev:

docker pull cgr.dev/chainguard-private/jupyterhub-k8s-hub-fips:latest

Usage

The image is not intended to be used directly. It requires some configuration files to be mounted into the container. See the JupyterHub documentation for more information.

Since the image is non-root, we are using 1000 as the UID and GID for the user. This user has write access to /usr/local/etc/jupyterhub.

You can run the image using the Helm Chart with:

helm repo add jupyterhub https://hub.jupyter.org/helm-chart/
helm repo update
helm upgrade --install jupyterhub jupyterhub/jupyterhub \
  --set hub.image.name=cgr.dev/chainguard-private/jupyterhub-k8s-hub-fips \
  --set hub.image.tag=$VERSION \
  --set hub.config.JupyterHub.db_url=/usr/local/etc/jupyterhub/jupyterhub.sqlite

Last updated: 2024-02-29 16:25