Add support for labels during build

Signed-off-by: Colin Hebert <hebert.colin@gmail.com>
This commit is contained in:
Colin Hebert 2017-04-13 21:51:41 +10:00 committed by Joffrey F
parent 5067f7a77b
commit 645d35612d
1 changed files with 1 additions and 0 deletions

View File

@ -72,6 +72,7 @@
"context": {"type": "string"},
"dockerfile": {"type": "string"},
"args": {"$ref": "#/definitions/list_or_dict"},
"labels": {"$ref": "#/definitions/list_or_dict"},
"cache_from": {"$ref": "#/definitions/list_of_strings"}
},
"additionalProperties": false