Skip to content
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

Support Immutable Tags #159

Open
amouat opened this issue Aug 26, 2020 · 0 comments
Open

Support Immutable Tags #159

amouat opened this issue Aug 26, 2020 · 0 comments
Milestone

Comments

@amouat
Copy link
Contributor

amouat commented Aug 26, 2020

Some image tags should be changeable and some should be immutable. For instance:

zowie:latest
zowie:5
zowie:5.2

Should all be mutable - they may all point to zowie:5.2.8 at one point, then zowie:5.2.9 later.

However:

zowie:nightly-20-01-2020
zowie:git-35b29688db0
zowie:build-982315

Should all be immutable - they should only refer to single image over time. If they are overwritten with a new image, chances are it is a mistake or malicious. Kubernetes basically treats images as immutable, so this is important.

I believe Harbor and possibly quay already support this - have a look at how they've done it.

@amouat amouat modified the milestone: 0.5 Oct 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant