Rename Image.image_id to Image.docker_image_id to reduce confusion.
This commit is contained in:
parent
4746f9c324
commit
96896b9067
7 changed files with 33 additions and 20 deletions
|
@ -154,7 +154,7 @@ def delete_repository(namespace, repository):
|
|||
|
||||
def image_view(image):
|
||||
return {
|
||||
'id': image.image_id,
|
||||
'id': image.docker_image_id,
|
||||
'created': image.created,
|
||||
'comment': image.comment,
|
||||
}
|
||||
|
|
Reference in a new issue