BuildInfo uses ‘aux’ to document image ID after build

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
Nicolas De Loof 2017-12-14 11:28:16 +01:00
parent 1cea9d3bdb
commit 9e29d2ea49
No known key found for this signature in database
GPG key ID: 9858809D6F8F6E7E

View file

@ -1496,6 +1496,17 @@ definitions:
type: "string"
progressDetail:
$ref: "#/definitions/ProgressDetail"
aux:
$ref: "#/definitions/ImageID"
ImageID:
type: "object"
description: "Image ID or Digest"
properties:
ID:
type: "string"
example:
ID: "sha256:85f05633ddc1c50679be2b16a0479ab6f7637f8884e0cfe0f4d20e1ebb3d6e7c"
CreateImageInfo:
type: "object"