Add missing method
This commit is contained in:
parent
6963107ec6
commit
d734adb8c3
1 changed files with 4 additions and 0 deletions
|
@ -102,6 +102,10 @@ class BrokenManifest(ManifestInterface):
|
||||||
def get_requires_empty_layer_blob(self, content_retriever):
|
def get_requires_empty_layer_blob(self, content_retriever):
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
def convert_manifest(self, allowed_mediatypes, namespace_name, repo_name, tag_name,
|
||||||
|
content_retriever):
|
||||||
|
return None
|
||||||
|
|
||||||
|
|
||||||
class TagBackfillWorker(Worker):
|
class TagBackfillWorker(Worker):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
|
Reference in a new issue