Change V1 upload code to use the new blob uploader
This commit is contained in:
parent
ba39737c3a
commit
077c3908e4
3 changed files with 48 additions and 64 deletions
|
|
@ -79,9 +79,9 @@ class DockerRegistryV1DataInterface(object):
|
|||
pass
|
||||
|
||||
@abstractmethod
|
||||
def update_image_sizes(self, namespace_name, repo_name, image_id, size, uncompressed_size):
|
||||
def update_image_blob(self, namespace_name, repo_name, image_id, blob):
|
||||
"""
|
||||
Updates the sizing information for the image with the given V1 Docker ID.
|
||||
Updates the blob for the image with the given V1 Docker ID.
|
||||
"""
|
||||
pass
|
||||
|
||||
|
|
|
|||
Reference in a new issue