Merge pull request #3315 from quay/joseph.schorr/QUAY-1266/manifestlist-validation

Add architecture validation to manifest lists that contain schema 1 manifests
This commit is contained in:
Joseph Schorr 2019-02-27 18:32:21 -05:00 committed by GitHub
commit 9d3543a353
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 110 additions and 6 deletions

View file

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