Project

Profile

Help

Story #6922

Updated by ipanova@redhat.com almost 4 years ago

For example - on the remote registry i have tags ['latest', 'latest-source'] 

 I want to filter out tags that have '-source'. '-source' (filter out tags negating the search pattern) 
 Source containers can be big and this will impact repo size as well as sync time. 

 We use fnmatch module. 
 There does not appear to be any built-in option for negating the search pattern in the fnmatch module. 
 Switch to regexp

Back