|
@@ -8331,6 +8331,16 @@ paths:
|
|
description: "BuildKit output configuration"
|
|
description: "BuildKit output configuration"
|
|
type: "string"
|
|
type: "string"
|
|
default: ""
|
|
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:
|
|
responses:
|
|
200:
|
|
200:
|
|
description: "no error"
|
|
description: "no error"
|