mirror of https://github.com/docker/cli.git
Merge pull request #430 from dnephin/add-build-target-to-compose
Add network and target to build in v3.4
This commit is contained in:
commit
04659b8802
File diff suppressed because one or more lines are too long
|
@ -84,7 +84,9 @@
|
|||
"dockerfile": {"type": "string"},
|
||||
"args": {"$ref": "#/definitions/list_or_dict"},
|
||||
"labels": {"$ref": "#/definitions/list_or_dict"},
|
||||
"cache_from": {"$ref": "#/definitions/list_of_strings"}
|
||||
"cache_from": {"$ref": "#/definitions/list_of_strings"},
|
||||
"network": {"type": "string"},
|
||||
"target": {"type": "string"}
|
||||
},
|
||||
"additionalProperties": false
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue