question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

MyBinder does not require SHA tag of Docker image

See original GitHub issue

Bug description

MyBinder documentation says that Docker image require a specific SHA tag. However, I realized that my container runs even without a tag

https://github.com/jupyterhub/binder/blob/ddd801f994c1f1a3828fb991e5f847f895a3c724/doc/tutorials/dockerfile.rst#L92-L117

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:closed
  • Created 3 years ago
  • Comments:8 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
betatimcommented, Apr 20, 2020

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.

0reactions
meeseeksmachinecommented, Apr 21, 2020

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found