Add target field to build API docs
Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
parent
3858865672
commit
95ccb55fe2
1 changed files with 5 additions and 0 deletions
|
@ -6253,6 +6253,11 @@ paths:
|
|||
description: "Platform in the format os[/arch[/variant]]"
|
||||
type: "string"
|
||||
default: ""
|
||||
- name: "target"
|
||||
in: "query"
|
||||
description: "Target build stage"
|
||||
type: "string"
|
||||
default: ""
|
||||
responses:
|
||||
200:
|
||||
description: "no error"
|
||||
|
|
Loading…
Reference in a new issue