Project

General

Profile

Actions

Bug #24603

closed

pulp-2.17 new container image json

Added by Thomas McKay over 5 years ago. Updated over 5 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 #1

Updated by The Foreman Bot over 5 years ago

  • Status changed from New to Ready For Testing
  • Pull request https://github.com/Katello/katello/pull/7623 added
Actions #2

Updated by Jonathon Turel over 5 years ago

  • Triaged changed from No to Yes
Actions #3

Updated by Thomas McKay over 5 years ago

  • Status changed from Ready For Testing to Closed
Actions

Also available in: Atom PDF