Actions
Bug #23747
closedcontent view tag filters including all tags referencing a manifest
Description
A container image manifest may have more than one tag. For example, tags latest, 3.9, and 3.9.27-1 may all reference the same image. When creating a content view filter that includes only 3.9, the other tags should be excluded. The code currently includes all three of the tags in this example.
To test, sync a repo like registry.redhat.io/openshift3/cri-o, then create a cv filter to include just 3.9. Publish the cv and note that there are 3 tags.
Actions