Add API and UI support for displaying image locations
This commit is contained in:
parent
da12b940a9
commit
76165b5d2b
16 changed files with 248 additions and 7 deletions
|
@ -151,7 +151,7 @@ def image_view(image):
|
|||
'command': json.loads(command) if command else None,
|
||||
'ancestors': image.ancestors,
|
||||
'dbid': image.id,
|
||||
'size': extended_props.image_size,
|
||||
'size': extended_props.image_size
|
||||
}
|
||||
|
||||
@resource('/v1/repository/<repopath:repository>')
|
||||
|
|
Reference in a new issue