Add architecture validation to manifest lists that contain schema 1 manifests
Fixes https://jira.coreos.com/browse/QUAY-1266
This commit is contained in:
parent
b5a5ce7c43
commit
f0f2d9cdf4
9 changed files with 110 additions and 6 deletions
|
@ -72,6 +72,9 @@ class BrokenManifest(ManifestInterface):
|
|||
def local_blob_digests(self):
|
||||
return []
|
||||
|
||||
def validate(self, content_retriever):
|
||||
pass
|
||||
|
||||
def child_manifests(self, lookup_manifest_fn):
|
||||
return None
|
||||
|
||||
|
|
Reference in a new issue