Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit 1e4b4ad

Browse files
authored
Merge pull request #41596 from thaJeztah/19.03_backport_swagger_fix
[19.03 backport] docs: fix builder-version swagger Upstream-commit: 619f1b54c6c2ec077cc862a0ad6ed8526e440d3c Component: engine
2 parents 17ef72c + ddd056d commit 1e4b4ad

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

components/engine/api/swagger.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7855,7 +7855,7 @@ paths:
78557855
API-Version:
78567856
type: "string"
78577857
description: "Max API Version the server supports"
7858-
BuildKit-Version:
7858+
Builder-Version:
78597859
type: "string"
78607860
description: "Default version of docker image builder"
78617861
Docker-Experimental:
@@ -7894,7 +7894,7 @@ paths:
78947894
API-Version:
78957895
type: "string"
78967896
description: "Max API Version the server supports"
7897-
BuildKit-Version:
7897+
Builder-Version:
78987898
type: "string"
78997899
description: "Default version of docker image builder"
79007900
Docker-Experimental:

components/engine/docs/api/v1.39.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7712,7 +7712,7 @@ paths:
77127712
API-Version:
77137713
type: "string"
77147714
description: "Max API Version the server supports"
7715-
BuildKit-Version:
7715+
Builder-Version:
77167716
type: "string"
77177717
description: "Default version of docker image builder"
77187718
Docker-Experimental:

components/engine/docs/api/v1.40.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7855,7 +7855,7 @@ paths:
78557855
API-Version:
78567856
type: "string"
78577857
description: "Max API Version the server supports"
7858-
BuildKit-Version:
7858+
Builder-Version:
78597859
type: "string"
78607860
description: "Default version of docker image builder"
78617861
Docker-Experimental:
@@ -7894,7 +7894,7 @@ paths:
78947894
API-Version:
78957895
type: "string"
78967896
description: "Max API Version the server supports"
7897-
BuildKit-Version:
7897+
Builder-Version:
78987898
type: "string"
78997899
description: "Default version of docker image builder"
79007900
Docker-Experimental:

0 commit comments

Comments
 (0)