Bug #21470
wrong docker tag id referenced in repository manage manifests page
Description
1) Sync a docker repo
2) Go to Repository Details of that Repo and click on the number next to the manifest
3) Click on a tag name that shows up in the list.
Note that you either get a message along the lines of "Can't find resource class: ::Katello::DockerMetaTag" or it points totally to the wrong tag.
In my example when I asked it to check show me information for Tag "1.24.1-musl" it instead highlighted information for "1.21-ubuntu".
Associated revisions
History
#1
Updated by Partha Aji over 4 years ago
- Bugzilla link set to 1506403
#2
Updated by The Foreman Bot over 4 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/7037 added
#3
Updated by Partha Aji over 4 years ago
- % Done changed from 0 to 100
- Status changed from Ready For Testing to Closed
Applied in changeset katello|61b8a85b28a6f11bb258b47a33b92e8cdf0f945e.
#4
Updated by Justin Sherrill over 4 years ago
- Legacy Backlogs Release (now unused) set to 250
Fixes #21470 - Corrects docker tag id on manifests
Prior to this commit if went the Docker Manifests list page and clicked
on the associated tag you 'd either get a get a message along the lines
of "Can't find resource class: ::Katello::DockerMetaTag"
or it would point to a wrong tag. That is because the wrong tag id was
being returned in the json. This commit corrects that issue