codecheckers / binderhub

Run your code in the cloud, with technology so advanced, it feels like magic!
https://binderhub.readthedocs.io
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Load image from repo if present #8

Open nuest opened 5 years ago

nuest commented 5 years ago

Do not run repo2docker but load an image if image.tar is present. The name of the image could be set, use the ID, or configured via codecheck.yml.

nuest commented 5 years ago

The name of the image is in the image metadata... it's simply the one generated by r2d.

https://github.com/jupyter/repo2docker/pull/778 has this. Let's see if it get's merged...