Skip to content

Commit

Permalink
Add 3.3 format support
Browse files Browse the repository at this point in the history
Remove build.labels field from 3.2 schema

Signed-off-by: Joffrey F <joffrey@docker.com>
  • Loading branch information
shin- committed May 23, 2017
1 parent 9d78258 commit fa77856
Show file tree
Hide file tree
Showing 6 changed files with 548 additions and 5 deletions.
1 change: 0 additions & 1 deletion compose/config/config_schema_v3.2.json
Expand Up @@ -72,7 +72,6 @@
"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 fa77856

Please sign in to comment.