Replies: 2 comments
-
I'm interested in this - from a security standpoint, the tags should be immutable (from the point of, they should be protected from being overriden). But deleting old artifacts is useful (the immutability pattern isn't complex enough to know "what is the latest or in-use version). Otherwise, the "only" way I can see is:
The unfortunate side-affect of this is that, during this, immutibility would be completely disabled, meaning that malicious users could replace any tags during this period. The only way around this would be to have some "maintenance window" where all write access is disabled whilst the immutibility rules are disabled. If this task isn't prioritised, I might think about creating a job with rules to attempt to achieve this and see how it looks |
Beta Was this translation helpful? Give feedback.
-
Hi there, we need to make sure tags are immutable for a specific time e.g. 3 years.. so we would need some kind of mix of retention and immutability in this time |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
As a user I would like to use immutable tags to avoid the same tag to be push on a existing one.
But I would also like to be able to force deletion of an existing immutable tag.
A similar feature exist on Artifactory.
Beta Was this translation helpful? Give feedback.
All reactions