How to find docker image corresponding to a specific release? #4366
Closed
prakash-42
started this conversation in
General
Replies: 1 comment 1 reply
-
You can use "Filter tags" to filter for example everything containing 'v' (v0.7.1 for example): |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
While the release versions in this project follow semantic versioning (the last version was 0.7.1), I am not able to find the docker image that corresponds to this release. The docker image tags for this project in Docker Hub are some cryptic hashes that I can't understand: https://hub.docker.com/r/provectuslabs/kafka-ui/tags .
I have some reservations against using the
latest
tag in production, as the underlying image will change with every release. Is there a mapping with the tags in docker hub with the actual releases in this repo? Please help me with picking which docker image to use.Beta Was this translation helpful? Give feedback.
All reactions