Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Deal with multiple tags referring to the same image layer, and moving tags #822

Closed
squaremo opened this issue Oct 31, 2017 · 3 comments
Closed

Comments

@squaremo
Copy link
Member

Many library images have tags that track e.g., major versions. That means any given image pushed will have two or three tags that refer to it; e.g., {alpine:2, alpine:2.3, alpine:2.3.4}.

We do in general know that these are the same, since the manifests refer to the image layer hash.

By the same token, we could know when e.g., a ":latest" image is different, since we can check the image layer hash from Kubernetes (or given in the manifest), against the one we see in the image registry.

@samb1729
Copy link
Contributor

Deal with them how?

@squaremo
Copy link
Member Author

Deal with them how?

Exactly.

@kingdonb
Copy link
Member

kingdonb commented Apr 5, 2021

Current releases of Flux v2 are moving away from knowing more about the image layers.

This feature will not make the cut in Flux v1.

@kingdonb kingdonb closed this as completed Apr 5, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants