mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
Add support for labels during build with compose
Signed-off-by: Colin Hebert <hebert.colin@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user