Actions
Bug #25915
closedhammer shows "Container Image Tags Filter" for non-docker repositories
Difficulty:
Triaged:
Yes
Bugzilla link:
Description
If Docker tags whitelist field in repository is set to anything else than `null`, hammer will show "Container Image Tags Filter" - even if repository is of type different than `docker`.
Version:
katello-3.9 and above
Steps to reproduce:
1. Create product
2. Create repository of type different than docker
3. Set docker_tags_whitelist field for that repository to empty array (trigger Bug 1649866)
4. `hammer repository info --id <id>`
Actual results (excerpt from example):
ID: 2
Content Type: yum
Container Image Tags Filter:
Expected results:
"Container Image Tags Filter:" is not present in output - it is not relevant for non-docker repositories.
Actions