It was introduced in API v1.38 but wasn't documented. Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
@@ -8331,6 +8331,16 @@ paths:
description: "BuildKit output configuration"
type: "string"
default: ""
+ - name: "version"
+ in: "query"
+ type: "string"
+ default: "1"
+ enum: ["1", "2"]
+ description: |
+ Version of the builder backend to use.
+
+ - `1` is the first generation classic (deprecated) builder in the Docker daemon (default)
+ - `2` is [BuildKit](https://github.com/moby/buildkit)
responses:
200:
description: "no error"
@@ -6356,6 +6356,16 @@ paths:
description: "Target build stage"
@@ -7390,6 +7390,16 @@ paths:
@@ -7701,6 +7701,16 @@ paths:
@@ -7906,6 +7906,16 @@ paths:
@@ -8156,6 +8156,16 @@ paths:
@@ -8174,6 +8174,16 @@ paths:
@@ -8327,6 +8327,16 @@ paths: