You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Some image tags should be changeable and some should be immutable. For instance:
Should all be mutable - they may all point to
zowie:5.2.8
at one point, thenzowie:5.2.9
later.However:
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.
The text was updated successfully, but these errors were encountered: