Story #6338
Updated by ipanova@redhat.com over 4 years ago
Add the ability to limit tag using a wildcard character '*' For example: upstream taglist is ``` [ 'openshift-4', 'openshit-4', 'openshift-3.11' 'openshift-3', 'openshift-3.10' 'latest' 'foo' ]` ``` When specifying `whitelist-tags=[openshift-3*, latest, bla-bla]` it will mirror down **only**: ``` [ 'openshift-3.11' 'openshift-3', 'openshift-3.10' 'latest' ] ```