Replies: 2 comments 1 reply
-
Hi @Headley76 Thanks for for your feedback and here's a issue (#12877) for the same requirement. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Duplicate of #12877 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I have problem with the current methods to define a retention rule for my usecase.
I have the following tags in my rep:
myrepo/my_image_1:b122ad6e3dccb17d9f4f1518e298cfb41044ccb9 (development build)
myrepo/my_image_1:1.0.0-rc.1 (releasecandidate)
myrepo/my_image_1:1.0.0 (production release)
myrepo/charts/my_image_1:0.0.0-b122ad6e3dccb17d9f4f1518e298cfb41044ccb9 (development helm chart)
myrepo/charts/my_image_1:1.0.0-rc.1 (releasecandidate helm chart)
myrepo/charts/my_image_1:1.0.0 (production release helm chart)
My usecase:
Production release should NEVER be deleted (Regex ^\d*.\d*.\d*(.)*$)
Development builds: the 5 last pushed should be retained
Release Candidate builds: I dont know at the moment :-) should be deleted manually
With regex rules this would be possible, but at the moment I can't define such a rule, right?
What about regex support?
Greetings
Falk
Beta Was this translation helpful? Give feedback.
All reactions