Rename accessed items in the data model

This commit is contained in:
Joseph Schorr 2018-11-21 17:38:12 +02:00
parent c233760007
commit ffd567e2c2
3 changed files with 5 additions and 5 deletions

View file

@ -478,7 +478,7 @@ class OCIModel(SharedModel, RegistryDataInterface):
return None
retriever = RepositoryContentRetriever(manifest_row.repository_id, storage)
return parsed.get_v1_compatible_manifest(namespace_name, repo_name, tag_name, retriever)
return parsed.get_schema1_manifest(namespace_name, repo_name, tag_name, retriever)
def create_manifest_with_temp_tag(self, repository_ref, manifest_interface_instance,
expiration_sec, storage):