Help with replication rules - push only tagged images #22583
dh-seanmurphy
started this conversation in
General
Replies: 2 comments
-
|
currently there is an open issue: #11975, if harbor support regex in the replication rule, it can be achieved. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Ok - so my understanding is that there is no clear/obvious solution for this use case but there are open issues for it including: ...and it prob relates to using regex in the retention rules... Thanks for getting back to me on this @stonezdj. BR, |
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.
-
Hi,
I'm trying to set up a push based replication rule which only pushes tagged images to the remote; we want it to be event based.
At setup, I specified the tag filter
**and performed a manual sync - this sync'd all images, including untagged images.I'm also unclear about the tag
latest- obviously, this is somehow a special tag as it changes (all other tags in our system are immutable).It would be ideal to be able to push tags which are semver tags, for example, but even a rule which pushes all tagged images (except possibly
latest) would be fine for us. Any thoughts on how we could achieve this?For bonus points, it would be good to be able to push tagged images, except those which contain
devor maybe some semver prerelease info...Thanks in advance for any tips...
Best rgds,
Sean.
Beta Was this translation helpful? Give feedback.
All reactions