copy over v1 metadata when linking existing image

This commit is contained in:
Jimmy Zelinskie 2015-10-22 15:21:15 -04:00
parent e73f0a95ee
commit a34ddc1f71

View file

@ -202,6 +202,7 @@ def _find_or_link_image(existing_image, repo_obj, username, translations, prefer
command=existing_image.command,
created=existing_image.created,
comment=existing_image.comment,
v1_json_metadata=existing_image.v1_json_metadata,
aggregate_size=existing_image.aggregate_size)