Some small cleanup to the tag backfill worker
This commit is contained in:
parent
bd6efe9563
commit
c1ac12ff8d
3 changed files with 4 additions and 7 deletions
|
@ -194,10 +194,6 @@ class DockerSchema1Manifest(ManifestInterface):
|
|||
if validate:
|
||||
self._validate()
|
||||
|
||||
@classmethod
|
||||
def for_latin1_bytes(cls, encoded_bytes, validate=True):
|
||||
return DockerSchema1Manifest(Bytes.for_string_or_unicode(encoded_bytes), validate)
|
||||
|
||||
def _validate(self):
|
||||
if not self._signatures:
|
||||
return
|
||||
|
|
Reference in a new issue