Просмотр исходного кода

Add support for labels during build

Signed-off-by: Colin Hebert <[email protected]>
Colin Hebert 8 лет назад
Родитель
Сommit
645d35612d
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      compose/config/config_schema_v3.2.json

+ 1 - 0
compose/config/config_schema_v3.2.json

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