Shnaider Pavel ShnaiderPavel1986
  • Joined on 2024-01-10

jupyterhub (latest)

Published 2025-12-26 05:58:16 +00:00 by ShnaiderPavel1986

Installation

docker pull git.shnap.ru/shnaiderpavel1986/jupyterhub:latest
sha256:5a178ba8c39e0ccec5e4e1293dc4dd6d0989a123279f215f47c7180c8eeb645a

Images

Digest OS / Arch Size
4605b94d33 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-26 05:58:16 +00:00
0
OCI / Docker
Versions (5) View all