Migrate old data to new locations, read only new.
This commit is contained in:
parent
0316f6e471
commit
8baacd2741
10 changed files with 204 additions and 44 deletions
|
@ -243,7 +243,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