BuildInfo uses ‘aux’ to document image ID after build
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
parent
1cea9d3bdb
commit
9e29d2ea49
1 changed files with 11 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue