containers

Holds build scripts for Docker containers

jupyterhub (latest)

Published 2025-11-13 15:34:55 +01:00 by seeseemelk

Installation

docker pull gitea.seeseepuff.be/containers/jupyterhub:latest
sha256:27a5309e9cb058437dbb1b5f7b45a466abd764594f39bff12be00197f4c64578

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=22.04
ADD file:f7fa9c3fec404bf0500211305250f795384645b6032774d9641b0dae7d5fac61 in /
CMD ["/bin/bash"]
ENV DEBIAN_FRONTEND=noninteractive SHELL=/bin/bash LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 LANGUAGE=en_US.UTF-8 PYTHONDONTWRITEBYTECODE=1
EXPOSE map[8000/tcp:{}]
LABEL maintainer=Jupyter Project <jupyter@googlegroups.com>
LABEL org.jupyter.service=jupyterhub
WORKDIR /srv/jupyterhub
RUN /bin/sh -c apt-get update -qq && apt-get install -yqq --no-install-recommends ca-certificates curl gnupg locales python-is-python3 python3-pip python3-pycurl nodejs npm && locale-gen $LC_ALL && npm install -g configurable-http-proxy@^4.6.2 && rm -rf /var/lib/apt/lists/* /var/log/* /var/tmp/* ~/.npm # buildkit
RUN /bin/sh -c python3 -m pip install --no-compile --no-cache-dir --upgrade setuptools pip && python3 -m pip install --no-compile --no-cache-dir /tmp/wheelhouse/* # buildkit
CMD ["jupyterhub"]
COPY jupyterhub_config.py . # buildkit
RUN /bin/sh -c adduser -q --gecos "" --home /customhome/seeseemelk --disabled-password seeseemelk # buildkit
RUN /bin/sh -c echo seeseemelk:6mEUFPF1bAXswH | chpasswd # buildkit
RUN /bin/sh -c pip install dockerspawner==14.0.0 # buildkit

Labels

Key Value
maintainer Jupyter Project <jupyter@googlegroups.com>
org.jupyter.service jupyterhub
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 22.04
Details
Container
2025-11-13 15:34:55 +01:00
0
OCI / Docker
linux/arm64
112 MiB
Versions (1) View all
latest 2025-11-13