copy over v1 metadata when linking existing image
This commit is contained in:
parent
e73f0a95ee
commit
a34ddc1f71
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
||||
|
|
Reference in a new issue