-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
6.15.0, 6.16.0
Description of problem:
In 6.14 hammer repository info shown `Container Image Tags Filter` field with tags that were included aka `docker_tags_whitelist`.
[root@sat ~]# hammer repository info --id 623
Id: 623
Name: AQEmLVGOQo
...
Container Image Tags Filter: ApcSSPPSNz, hBaqcJkMRB, YyMvwBzNMy
This field was deprecated and replaced by `include_tags` and `exclude_tags`, but hammer shows none of them.
How reproducible:
Always
Is this issue a regression from an earlier version:
No, it is present since 6.15.0
Steps to Reproduce:
1. Create some docker repo.
2. Update it with some include or exclude tags (via hammer or WebUI)
3. Display the repo details via hammer:
- hammer repository info --id <repo_id>
Actual behavior:
None of `Container Image Tags Filter` or `Included Container image tags` or `Excluded container image tags` fields is displayed.
Expected behavior:
`Included Container image tags` and `Excluded container image tags` should be displayed.
Business Impact / Additional info:
Low