Merge pull request #491 from jakedt/migratebackp2
Migrate image data back phase 2
This commit is contained in:
commit
7ad2522dbe
11 changed files with 232 additions and 66 deletions
|
@ -248,7 +248,7 @@ class Repository(RepositoryParamResource):
|
|||
tag_info = {
|
||||
'name': tag.name,
|
||||
'image_id': tag.image.docker_image_id,
|
||||
'size': tag.image.storage.aggregate_size
|
||||
'size': tag.image.aggregate_size
|
||||
}
|
||||
|
||||
if tag.lifetime_start_ts > 0:
|
||||
|
|
Reference in a new issue