Add basic tests for schema1

This commit is contained in:
Joseph Schorr 2018-04-16 12:32:35 +03:00
parent c92c0ca5e1
commit 4bd70eab3c
2 changed files with 83 additions and 1 deletions

View file

@ -114,7 +114,7 @@ class DockerSchema1Manifest(object):
},
},
'required': [DOCKER_SCHEMA1_PROTECTED_KEY, DOCKER_SCHEMA1_HEADER_KEY,
DOCKER_SCHEMA1_SIGNATURE_KEY],
DOCKER_SCHEMA1_SIGNATURE_KEY],
},
},
DOCKER_SCHEMA1_REPO_TAG_KEY: {