-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
debug-* tags don't follow semantic version #1448
Comments
sure. we can provide that. |
The warmer image is fine i guess.
The above command will run |
Oh and in the images
Add the newly tagged |
Sounds good 👍 |
I created a PR for this @tejal29 . Thanks for the help |
I'm working on a tool to check for update on containers and for parsing versions I'm using this library https://github.com/hashicorp/go-version
The debug-* images don't follow semver and the library is not able to process them, will it be possible to switch the "debug" string at the end? so instead of debug-v1.2.0 we can have v1.2.0-debug (or v1.2.0+debug if we use it as metadata). Technically the 'v' in the front is not semver compliant neither, but at least the library is able to handle that case.
There is not need to delete the "debug-" tag, but having "-debug" or "*+debug" will be helpful for scripting
The text was updated successfully, but these errors were encountered: