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.

docker tag without leading v

See original GitHub issue

Out of all the projects on the front page on docker hub, no one is prefixing tags with a leading v. Consistency wise, is it possible to tag without it?

Issue Analytics

  • State:open
  • Created 5 years ago
  • Comments:10 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
shockeycommented, May 17, 2018

Fixed - Swagger-UI and Swagger-Editor will publish without a leading v going forward.

Thanks @clux!

1reaction
webroncommented, May 1, 2018

I imagine for new images, it’s just a matter of updating our build process. For older ones, we can probably write a script that will run through the images (maybe even keep both to not break any existing dependencies?).

Read more comments on GitHub >

github_iconTop Results From Across the Web

docker tag
docker tag : An image name is made up of slash-separated name components, optionally prefixed by a registry hostname. The hostname must comply...
Read more >
docker tag without leading v · Issue #293 - GitHub
Out of all the projects on the front page on docker hub, almost no one is prefixing tags with a leading v ....
Read more >
Should you tag versions starting with v? e.g. v1.0.0 or just 1.0.0
e.g. v1.0.0 or just 1.0.0. Noticed some popular Docker images are tagged with and without a prefix "v" for the tag name. Examples:...
Read more >
What's Wrong With The Docker :latest Tag? - vsupalov.com
Frequent issues and misconceptions around Docker's most used image tag. ... The 'latest' tag does not actually mean latest, it doesn't mean anything....
Read more >
Using Semver for Docker Image Tags | by Marc Campbell
Using a semantic versioning tagging scheme ensures that users of a Docker image can guarantee compatibility and stay updated without having ...
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