Selaa lähdekoodia

Add support for labels during build with compose

Signed-off-by: Colin Hebert <hebert.colin@gmail.com>
Colin Hebert 8 vuotta sitten
vanhempi
commit
1d1defa399
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      cli/compose/schema/data/config_schema_v3.2.json

+ 1 - 0
cli/compose/schema/data/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