1
0
mirror of https://github.com/docker/cli.git synced 2026-01-13 18:22:35 +03:00

BuildInfo uses ‘aux’ to document image ID after build

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
Upstream-commit: 9e29d2ea49aaee9cd92fa3fe026ff5f8ab1f8a25
Component: engine
This commit is contained in:
Nicolas De Loof
2017-12-14 11:28:16 +01:00
parent f76cba5158
commit 7b36860dee

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"