RegEx support for replication filters
Is your feature request related to a problem? Please describe. Curretnly the replication filter only supports a very limited set of filters. We basically want to mirror a lot of external repos for internal use and for that i basically want to filter out any non-release images. That would be much easier with an regex syntax
Another feature which would be pretty nice to have. Version Aware Replication of Images and Helmcharts. For that to work you can enable a regex which defines groups to match for.
e.g.: bitnami/java 14.0.1-debian-10-r19-prod
regex lists: ^(\d+).(\d+).(\d+).-debian-10-r(\d+)-prod
tuple(14 0 1 19) which then can be ordered from left to right to the semver compliant version.
14.0.1.19
And now you are able to define something like the last 10 versions of an image should be replicated.
Will be great the see this feature :+1:
Raised previously in #8614
is there any news? the linked thread is for a much older version.
This issue is being marked stale due to a period of inactivity. If this issue is still relevant, please comment or remove the stale label. Otherwise, this issue will close in 30 days.
at least put it on your todo list, for a current harbor version and not v1