Actions
Bug #24603
closedpulp-2.17 new container image json
Description
app/models/katello/docker_manifest_list.rb
```
update_attributes(:schema_version => json[:schema_version],
:digest => json[:digest],
:downloaded => json[:downloaded],
- :docker_manifests => ::Katello::DockerManifest.where(:digest => json[:manifests])
+ :docker_manifests => ::Katello::DockerManifest.where(:digest => json[:manifests].pluck(:digest))
)
end
```
Updated by The Foreman Bot over 6 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/7623 added
Updated by Thomas McKay over 6 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|fc4dc04b5be4d1ae1618fca1e609a24410d276d7.
Actions