Quay tags: stable/latest/pre-release etc.
See original GitHub issuePlease see https://quay.io/repository/ansible/molecule?tab=tags.
Our latest
tag current points to the latest build IIUC. See https://github.com/ansible/molecule/issues/1813#issuecomment-471504129.
I’m unfamiliar with conventions for the latest
tag but should it be latest ‘stable’, and point to v2.19?
See https://github.com/ansible/molecule/issues/1813#issuecomment-471476378.
My intuition is:
- stable -> v2.19 (or latest stable release)
- vX.Y -> pre-release versions for pre-release hacking / feedback / early testing
- latest -> convenience for latest build (and potentially dangerous to target)
I’m easy and just want to agree on this so we can be clear what tag is what.
Issue Analytics
- State:
- Created 5 years ago
- Comments:14 (11 by maintainers)
Top Results From Across the Web
Quay tags: stable/latest/pre-release etc. · Issue #1818 - GitHub
The molecule tradition was: publish a docker image only at release time, so latest has always been latest stable. But as we are...
Read more >Chapter 4. Working with tags Red Hat Quay 3
Tag expiration can be set in different ways: By setting the quay.expires-after= LABEL in the Dockerfile when the image is created. This sets...
Read more >Working with tags - Quay Documentation
The tags of a repository can be viewed and modified in the tags panel of the repository page, found by clicking on the...
Read more >Use Project Quay
From the Tags tab, you can view different ways of pulling images from the clients that are ready to use those images. Select...
Read more >Red Hat Quay Container Registry Overview - Darumatic
Red Hat Quay provides secure storage, distribution, and deployment ... Setting tag expiration from the repository On the Repository Tag page ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi, sure, if you need to help with maintaining anything, contact me. I will like to contribute to this project 😃.
Docker tradition is to have
latest
point to unstable things. Using “latest” is usually equivalent of not pinning dependencies of the environment which is a generally discouraged practice in software development and deployment world. Whatever we choose we should clearly state that it’s recommended to point to a numeric version whenever using the image for anything other than experimenting. But pointinglatest
tostable
we’d kinda encourage people to use it which is not kind of messaging I’d like to see.