Move "labels" to compose 3.3 format

Commit bb5dfdb8c5acd48f17498b111db360820a50baec added a
labels option to the docker-compose file format, but
added it to the 3.2 schema.

This patch moves the change to the 3.3 schema

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Signed-off-by: Colin Hebert <hebert.colin@gmail.com>
This commit is contained in:
Sebastiaan van Stijn 2017-05-02 13:35:48 -07:00 committed by Colin Hebert
parent 0f6f1eafe3
commit 131fe7dfb2
2 changed files with 1 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

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