Add a tag backfill worker to fully backfill the new-style Tag's in the background

This commit is contained in:
Joseph Schorr 2018-12-06 16:30:47 -05:00
parent 57e93a82c9
commit eb7591183d
5 changed files with 598 additions and 1 deletions

View file

@ -64,7 +64,7 @@ class PreOCIModel(SharedModel, RegistryDataInterface):
if backfill_if_necessary:
return self.backfill_manifest_for_tag(tag)
return
return None
return Manifest.for_tag_manifest(tag_manifest)