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.

Use only semver as image tag

See original GitHub issue

Currently, images on Docker hub are tagged like this:

prom/cloudwatch-exporter:cloudwatch_exporter-0.11.0

It would be nice, when it would look like this:

prom/cloudwatch-exporter:0.11.0

This tag should then also be pushed to quay.io which currently only has latest.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:2
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
matthiasrcommented, Nov 19, 2021

Please see and comment on #378 – this should™ start automatically publishing tagged versions to both Quay and Docker Hub, as well as clarify the README on this.

0reactions
czunkercommented, Dec 6, 2021

Thanks for fixing this!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Using Semver for Docker Image Tags - Medium
Tag the image using a semver label, and push all individual version components separately. 2. Tag the image with a tag to indicate...
Read more >
Tagging Docker image (SemVer) - Stack Overflow
In my experience, it's not a very good practice to tag your images with build numbers as part of your image "version". As...
Read more >
Docker tags are not compatible with semver #1201 - GitHub
When I try to use a plus character, this happens... $ docker tag some-image blah:0.0.0+1 Error response from daemon: Illegal tag name (0.0.0+1): ......
Read more >
Semantic Versioning for Containers | Docker and Containers
In a Docker repository, container images are not versioned; instead, they are "tagged", and it's up the publisher to determine which ...
Read more >
How do you tag docker images? - Andy Dote
An interesting question came up at work today: how do you tag your Docker images? In previous projects, I've always used a short...
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