From 7b36860deef537b51385cd89d3040ad6ed4667f8 Mon Sep 17 00:00:00 2001 From: Nicolas De Loof Date: Thu, 14 Dec 2017 11:28:16 +0100 Subject: [PATCH] =?UTF-8?q?BuildInfo=20uses=20=E2=80=98aux=E2=80=99=20to?= =?UTF-8?q?=20document=20image=20ID=20after=20build?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Nicolas De Loof Upstream-commit: 9e29d2ea49aaee9cd92fa3fe026ff5f8ab1f8a25 Component: engine --- components/engine/api/swagger.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/components/engine/api/swagger.yaml b/components/engine/api/swagger.yaml index 73ea1a378c..bec8b74bf3 100644 --- a/components/engine/api/swagger.yaml +++ b/components/engine/api/swagger.yaml @@ -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"