Stop writing to v1 checksum on ImageStorage

This commit is contained in:
Jake Moshenko 2015-11-06 16:40:04 -05:00
parent 90dd76806c
commit ad93425ead
3 changed files with 0 additions and 3 deletions

View file

@ -294,7 +294,6 @@ def set_image_metadata(docker_image_id, namespace_name, repository_name, created
# We cleanup any old checksum in case it's a retry after a fail
fetched.v1_checksum = None
fetched.storage.checksum = None # TODO remove when storage checksums are no longer read
fetched.storage.content_checksum = None
fetched.comment = comment