Merge pull request #32632 from ColinHebert/compose_add_labels_during_build

Add support for labels during build with compose
This commit is contained in:
Vincent Demeester 2017-04-21 10:16:48 +02:00 коммит произвёл GitHub
Родитель 7f927516ea bddd9cce40
Коммит bb5dfdb8c5
2 изменённых файлов: 2 добавлений и 1 удалений

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

Просмотреть файл

@ -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