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.

No latest tag on dockerhub

See original GitHub issue
docker run -it -p 80:80 -e GITHUB_REPO=username/repo gitbook/nuts
Unable to find image 'gitbook/nuts:latest' locally
Pulling repository docker.io/gitbook/nuts
docker: Tag latest not found in repository docker.io/gitbook/nuts.

https://hub.docker.com/r/gitbook/nuts/tags/

Issue Analytics

  • State:open
  • Created 7 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
Panthrocommented, Jun 8, 2016

I respectfully disagree =)

Take a look at the oficial images, node for instance: https://hub.docker.com/r/library/node/tags/

It has all sorts of tags, and they’re all related to the middleware involved.

To get a node:5.x.x for instance, you can use node:5.1.11 OR node:5.1 (auto update minor releases) OR node:5.

This is the pattern that the own docker oficial images are following, and I believe with time the community will learn and follow.

BUT they also have the latest tag, for those who are running an experiment and want the bleeding edge or more patched version OR don’t care at all.

0reactions
dovinmucommented, Apr 28, 2017

I’m new to Docker but wanted to use it for this project, so it would have been helpful for me to have the command in the docs to be just copy-and-paste runnable. You could also point out that you need to get a GitHub auth token.

Read more comments on GitHub >

github_iconTop Results From Across the Web

do I need to manually tag "latest" when pushing to docker ...
The latest is just the default value of the tag if none is specified. If you push a tagged image it does not...
Read more >
What's Wrong With The Docker :latest Tag? - vsupalov.com
Latest is Not Dynamic​​ If you push a new image with a tag which is neither empty nor 'latest', :latest will not be...
Read more >
The misunderstood Docker tag: latest | by Marc Campbell
If you are shipping Docker images to a production environment, you should just ignore the latest tag. Don't use it. Don't be tempted...
Read more >
Understanding Docker image tags and publishing ... - ITNEXT
However, for Docker, latest is just a default tag and doesn't mean anything more to it. So version:latest tag has no different meaning...
Read more >
No "latest" docker tag present on docker hub #1529 - GitHub
Hi, I'm not sure if this is intentional, but the opensuse/portus docker image on docker hub does not have a latest tag at...
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