Add network and target to build in v3.4

Signed-off-by: Daniel Nephin <dnephin@docker.com>
Upstream-commit: eef256943b
Component: cli
This commit is contained in:
Daniel Nephin
2017-08-09 10:50:32 -04:00
parent b8d6be0b5a
commit 148a571829
2 changed files with 4 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -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
}