-
Notifications
You must be signed in to change notification settings - Fork 472
Closed
Description
I'm sure there is a reason for it, and I fail to see it, but I'm still wondering, why are there so many tags for the same base image? For example, with the version 8 jdk, there are the following tags: 8
, 8-jdk
, jdk
, openjdk-8
, openjdk-8-jdk
, and of course latest
, but this last one i understand.
This leads to different images using these different tags, and probably shouldn't be a problem, as they all share the same hash, but, because of this, I've noticed that in my local images, I ended up having different versions of the same java image, which turns into not all the running containers using the same version.
Of course this can be easily solved by pulling all the tags and keeping all of them up to date, but sometimes becomes a bit annoying.
Metadata
Metadata
Assignees
Labels
No labels