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:
Sebastiaan van Stijn 2017-08-15 19:20:49 +02:00 committed by GitHub
commit 04659b8802
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
}