binderhub-ci-repos_minimal-dockerfile
The minimal Dockerfile that would work with BinderHub, used only for BinderHub's CI system.
10K+
This repo contain a Dockerfile is built and published every night to
DockerHub
as jupyterhub/binderhub-ci-repos_minimal-dockerfile:latest. It can be
referenced in other Dockerfiles to provide a provide a ~5 second build of a
fully viable BinderHub image, which is useful for as fast as possible CI tests
of jupyterhub/binderhub.
This takes ~20 seconds to build. This Dockerfile lives in the binderhub-ci-repos/minimal-dockerfile repo on GitHub.
FROM python:3.8-slim
RUN pip install --no-cache notebook
ENV HOME=/tmp
This takes ~5 seconds to build. This Dockerfile is declared both in a GitHub repo and in a GitLab repo.
FROM jupyterhub/binderhub-ci-repos_minimal-dockerfile:latest
Content type
Image
Digest
sha256:a1504abef…
Size
134.6 MB
Last updated
7 months ago
docker pull jupyterhub/binderhub-ci-repos_minimal-dockerfile