Add tests for manifest lists and fix some issues encountered while testing
This commit is contained in:
parent
9994f0ae61
commit
7a794e29c0
9 changed files with 311 additions and 98 deletions
|
@ -278,6 +278,7 @@ def _write_manifest(namespace_name, repo_name, tag_name, manifest_impl):
|
|||
if repository_ref is None:
|
||||
raise NameUnknown()
|
||||
|
||||
# Create the manifest(s) and retarget the tag to point to it.
|
||||
manifest, tag = registry_model.create_manifest_and_retarget_tag(repository_ref, manifest_impl,
|
||||
tag_name, storage)
|
||||
if manifest is None:
|
||||
|
|
Reference in a new issue