-
|
I have 3 retention rules for docker images:
3rd rule works good. What is the problem could be? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Hi @nikitadom , |
Beta Was this translation helpful? Give feedback.
-
|
And we don't support regex like |
Beta Was this translation helpful? Give feedback.
And we don't support regex like
^pr-[0-9]+-[0-9a-f]{7}$, only doublestar to match. Thus the 2nd rule is invalid.Do you have these 3 rule sequentially or separately each one at a time?