-
Notifications
You must be signed in to change notification settings - Fork 279
What are the stable tags for 5.x images? #288
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
Comments
See docker-library/official-images#12277 (comment) for a long-form explanation, but the short version is that if you want something immutable, you need to use a content-addressable digest reference (immutability is what they're designed for / why they're supported by the protocol, in fact). So with that in mind, I'm not actually sure what you mean by "trully stable tag for 5.x releases" -- the If you mean "tag that won't ever change", that's not something any images in this program (Docker Official Images) has, because that's counter to the purpose of the program (and as noted above, pull-by-digest already provides this in a clean way, so it would be pointless for us to also do so). |
Fair enough, but still what's the point updating |
The "5.0.4" in our tag refers to Cassandra's 5.0.4 upstream release, not the image version. Usually, if that tag gets pushed again, it's because the underlying OS has updates (which are almost always security related). |
I noticed that the tag
5.0.4
seems to be moving between images with different hashes (e.g. this auto-created PR https://github.com/jaegertracing/jaeger/pull/7069/files). This is very counterintuitive, I was expecting major.minor.patch version to point to an immutable build.The text was updated successfully, but these errors were encountered: