Project

General

Profile

Actions

Bug #24603

closed

pulp-2.17 new container image json

Added by Thomas McKay over 6 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Repositories
Target version:
Difficulty:
Triaged:
Yes
Fixed in Releases:
Found in Releases:

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
```

Actions

Also available in: Atom PDF