Browse Source

Merge pull request #32632 from ColinHebert/compose_add_labels_during_build

Add support for labels during build with compose
Vincent Demeester 8 years ago
parent
commit
bb5dfdb8c5
2 changed files with 1 additions and 0 deletions
  1. 0 0
      cli/compose/schema/bindata.go
  2. 1 0
      cli/compose/schema/data/config_schema_v3.2.json

File diff suppressed because it is too large
+ 0 - 0
cli/compose/schema/bindata.go


+ 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

Some files were not shown because too many files changed in this diff