Shnaider Pavel ShnaiderPavel1986
  • Joined on 2024-01-10

jupyterhub (2025.12.19.5105a6a.main)

Published 2025-12-19 07:01:26 +00:00 by ShnaiderPavel1986

Installation

docker pull git.shnap.ru/shnaiderpavel1986/jupyterhub:2025.12.19.5105a6a.main
sha256:8994229335fda33f876b7ebe840148dd7f05e08c829930caeffff9997b606d6b

Images

Digest OS / Arch Size
f82c7de2df linux/amd64 140 MiB

Image Layers ( linux/amd64)

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=24.04
ADD file:ddf1aa62235de6657123492b19d27d937c25668011b5ebf923a3f019200f8540 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 VIRTUAL_ENV=/srv/venv PATH=/srv/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
EXPOSE [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 python3-venv nodejs npm && locale-gen $LC_ALL && rm -rf /var/lib/apt/lists/* /var/log/* /var/tmp/* # buildkit
COPY package-lock.json package.json /usr/local/lib/ # buildkit
RUN /bin/sh -c cd /usr/local/lib && npm install && ln -s ../lib/node_modules/configurable-http-proxy/bin/configurable-http-proxy /usr/local/bin/ && rm -rf ~/.npm # buildkit
RUN /bin/sh -c python3 -m venv --system-site-packages ${VIRTUAL_ENV} && 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 jupyterhub-nativeauthenticator # 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 24.04
Details
Container
2025-12-19 07:01:26 +00:00
1
OCI / Docker
Versions (5) View all