Add support for labels during build with compose

Signed-off-by: Colin Hebert <hebert.colin@gmail.com>
Upstream-commit: a2c8291e1e
Component: cli
This commit is contained in:
Colin Hebert
2017-04-15 05:30:42 +10:00
committed by Tibor Vass
parent 752e3db428
commit fed1be2dd6

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