jupyterhub/binderhub-ci-repos_minimal-dockerfile

By jupyterhub

Updated 7 months ago

The minimal Dockerfile that would work with BinderHub, used only for BinderHub's CI system.

Image
Languages & frameworks
Data science
1

10K+

jupyterhub/binderhub-ci-repos_minimal-dockerfile repository overview

About

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.

minimal-dockerfile

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

cached-minimal-dockerfile

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

Tag summary

Content type

Image

Digest

sha256:a1504abef

Size

134.6 MB

Last updated

7 months ago

docker pull jupyterhub/binderhub-ci-repos_minimal-dockerfile