Skip to content

Commit

Permalink
Merge pull request moby#32632 from ColinHebert/compose_add_labels_dur…
Browse files Browse the repository at this point in the history
…ing_build

Add support for labels during build with compose
  • Loading branch information
vdemeester authored Apr 21, 2017
2 parents 7f92751 + bddd9cc commit bb5dfdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cli/compose/schema/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions cli/compose/schema/data/config_schema_v3.2.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bb5dfdb

Please sign in to comment.