Block a user
jupyterhub (latest)
Installation
docker pull gitea.woggioni.net/woggioni/jupyterhub:latestsha256:5bd866d1a5c2c28102152eb211be0fe89de73e4bb231b7911d2d8c6bc25e23bc
Images
| Digest | OS / Arch | Size |
|---|---|---|
| c32db1ee6b | linux/amd64 | 83 MiB |
Image Layers ( linux/amd64)
| ADD alpine-minirootfs-3.21.3-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| ARG VERSION=5.3.0 |
| RUN |1 VERSION=5.3.0 /bin/sh -c apk update # buildkit |
| RUN |1 VERSION=5.3.0 /bin/sh -c apk add python3 nodejs libcurl # buildkit |
| RUN |1 VERSION=5.3.0 /bin/sh -c adduser -D -u 1000 jupyterhub # buildkit |
| RUN |1 VERSION=5.3.0 /bin/sh -c mkdir -p /var/lib/jupyterhub # buildkit |
| RUN |1 VERSION=5.3.0 /bin/sh -c chown jupyterhub:jupyterhub /var/lib/jupyterhub # buildkit |
| USER root |
| COPY /usr/local/lib/node_modules /usr/local/lib/node_modules # buildkit |
| RUN |1 VERSION=5.3.0 /bin/sh -c ln -s ../lib/node_modules/configurable-http-proxy/bin/configurable-http-proxy /usr/local/bin/configurable-http-proxy # buildkit |
| COPY /var/lib/jupyterhub /var/lib/jupyterhub # buildkit |
| USER jupyterhub |
| WORKDIR /home/jupyterhub |
| ENV PATH=/var/lib/jupyterhub/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
| EXPOSE map[43080/tcp:{}] |
| ENTRYPOINT ["jupyterhub"] |