MyBinder does not require SHA tag of Docker image
See original GitHub issueBug description
MyBinder documentation says that Docker image require a specific SHA tag. However, I realized that my container runs even without a tag
Expected behaviour
There should be some error message I assume, telling me that I have to provide a SHA tag, potentially linking to the documentation.
Actual behaviour
The repo runs perfectly without, even if I just have this line:
FROM jupyter/minimal-notebook:latest
https://github.com/oslocyclotronlab/ompy/blob/d4f03b64d653d0506a0c88a68df86311a2efbc87/Dockerfile#L7
How to reproduce
Binder link: https://mybinder.org/v2/gh/oslocyclotronlab/ompy/master?filepath=ompy%2Fnotebooks%2Fgetting_started.ipynb
from this repo: https://github.com/oslocyclotronlab/ompy/tree/d4f03b64d653d0506a0c88a68df86311a2efbc87
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (7 by maintainers)
Top Results From Across the Web
MyBinder does not require SHA tag of Docker image #194
Bug description MyBinder documentation says that Docker image require a specific SHA tag. However, I realized that my container runs even ...
Read more >Use a Dockerfile for your Binder repository
When sourcing a pre-existing Docker image with FROM , a tag is required. ... for the Dockerfile , it does not invalidate the...
Read more >jupyterhub/binder - Gitter
Is there a way to force a new build? I've added new commits to my branch, but mybinder.org is not triggering one (only...
Read more >How to reduce mybinder.org repository startup time - discuss
The Docker container builds successfully but it failes to launch. I would like to see the logs so I can debug, is there...
Read more >docker - Any significant concept difference between container ...
You can point a MyBinder.org at a repo and it will spin up a JupyterHub session with that content, and an environment based...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
For support questions it is better to open a thread on the forum. we try and keep the GitHub issues to technical discussions about changing the contents of the repository. The forum is more accessible and better indexed by search engines. so overall better to have these discussions there.
This issue has been mentioned on Jupyter Community Forum. There might be relevant details there:
https://discourse.jupyter.org/t/how-does-version-pinning-work-for-jupyter-docker-stacks-images/4075/1