mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
Add network and target to build in v3.4
Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user