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
Projects
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 added this to 0.4 release in Trow Oct 14, 2020
@amouat amouat moved this from 0.4 release to 0.5 release in Trow Oct 14, 2020
@amouat amouat modified the milestone: 0.5 Oct 14, 2020
@amouat amouat added this to To do in Trow Oct 15, 2020
@amouat amouat added this to the 0.5 milestone Oct 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Trow
  
To do
Development

No branches or pull requests

1 participant