Merge pull request #32632 from ColinHebert/compose_add_labels_during_build
Add support for labels during build with compose Upstream-commit: bb5dfdb8c5acd48f17498b111db360820a50baec Component: engine
This commit is contained in:
File diff suppressed because one or more lines are too long
@ -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