Change OCI data model to use a content retriever for the various manifest operations
This commit is contained in:
parent
cbfb6054e5
commit
82ee21bfbd
5 changed files with 61 additions and 46 deletions
|
@ -225,8 +225,8 @@ class DockerSchema2ManifestList(ManifestInterface):
|
|||
|
||||
@property
|
||||
def blob_digests(self):
|
||||
manifests = self._parsed[DOCKER_SCHEMA2_MANIFESTLIST_MANIFESTS_KEY]
|
||||
return [m[DOCKER_SCHEMA2_MANIFESTLIST_DIGEST_KEY] for m in manifests]
|
||||
# Manifest lists have no blob digests, since everything is stored as a manifest.
|
||||
return []
|
||||
|
||||
@property
|
||||
def local_blob_digests(self):
|
||||
|
|
Reference in a new issue