jupyterhub / repo2docker-action

A GitHub action to build data science environment images with repo2docker and push them to registries.
MIT License
140 stars 27 forks source link

Automatically test if the built image will *start* #103

Open yuvipanda opened 1 year ago

yuvipanda commented 1 year ago

Sometimes built images do not start jupyter, for a variety of reasons:

  1. Jupyter related packages not present
  2. ${HOME} being overriden in a jupyterhub causes things to fail
  3. Permission errors in ${HOME}
  4. Bugs in the start script
  5. Too many to list here

We should as part of repo2docker-action, at least start the image to verify that it will start.