Browse code

BuildInfo uses ‘aux’ to document image ID after build

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>

Nicolas De Loof authored on 2017/12/14 19:28:16
Showing 1 changed files
... ...
@@ -1496,6 +1496,17 @@ definitions:
1496 1496
         type: "string"
1497 1497
       progressDetail:
1498 1498
         $ref: "#/definitions/ProgressDetail"
1499
+      aux:
1500
+        $ref: "#/definitions/ImageID"
1501
+
1502
+  ImageID:
1503
+    type: "object"
1504
+    description: "Image ID or Digest"
1505
+    properties:
1506
+      ID:
1507
+        type: "string"
1508
+    example:
1509
+      ID: "sha256:85f05633ddc1c50679be2b16a0479ab6f7637f8884e0cfe0f4d20e1ebb3d6e7c"
1499 1510
 
1500 1511
   CreateImageInfo:
1501 1512
     type: "object"