Actions
Bug #25874
closedhammer docker manifest list never shows docker tag names
Description
`hammer docker manifest list` has "Tag name" column, but never shows anything in it.
It seems that hammer_cli_foreman_docker/lib/hammer_cli_foreman_docker/docker_manifest.rb file expects tag field with definition of single tag. Meanwhile, API returns "tags" field with array of tags data.
git log on katello/app/models/katello/docker_manifest.rb shows that model used to have `has_one :docker_tag`, but that was changed to `has_many` in late 2016. Marking as Regression since I assume it did work as advertised before that change.
Updated by Partha Aji about 6 years ago
- Status changed from New to Closed
Applied in changeset hammer_cli_foreman_docker|b12b9a0f10d31d748facb234d030ee11d89e75fe.
Actions