mirror of https://github.com/docker/cli.git
Merge pull request #32 from ColinHebert/label_3.3
Move "labels" to compose 3.3 format
This commit is contained in:
commit
0791b27e2b
File diff suppressed because one or more lines are too long
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue