Merge pull request #694 from jzelinskie/fixv1metadata

copy over v1 metadata when linking existing image
This commit is contained in:
Jimmy Zelinskie 2015-10-22 15:24:44 -04:00
commit e5089a2038

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)