Shnaider Pavel ShnaiderPavel1986
  • Joined on 2024-01-10

jupyterhub (2025.12.24.a7da0c5.main)

Published 2025-12-24 09:04:17 +00:00 by ShnaiderPavel1986

Installation

docker pull git.shnap.ru/shnaiderpavel1986/jupyterhub:2025.12.24.a7da0c5.main
sha256:cd5485b985d99fd51d204a5123f87b6d5e664b04d966f25e71bc3cb3fcd2341e

Images

Digest OS / Arch Size
ba24697ca2 linux/amd64 114 MiB

Image Layers ( linux/amd64)

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=22.04
ADD file:433cf0b8353e08be3a6582ad5947c57a66bdbb842ed3095246a1ff6876d157f1 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"]
RUN /bin/sh -c pip install --no-cache-dir dockerspawner==13.0.0 jupyterhub-nativeauthenticator==1.3.0 # buildkit
RUN /bin/sh -c mkdir -p /srv/jupyterhub/data # buildkit
WORKDIR /srv/jupyterhub

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-12-24 09:04:17 +00:00
0
OCI / Docker
Versions (5) View all