mirror of
https://github.com/docker/compose.git
synced 2026-08-28 12:23:49 +00:00
Add 3.3 format support
Remove build.labels field from 3.2 schema Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
parent
2182329dae
commit
2ffa67cf92
6 changed files with 548 additions and 5 deletions
|
|
@ -52,6 +52,11 @@ exe = EXE(pyz,
|
|||
'compose/config/config_schema_v3.2.json',
|
||||
'DATA'
|
||||
),
|
||||
(
|
||||
'compose/config/config_schema_v3.3.json',
|
||||
'compose/config/config_schema_v3.3.json',
|
||||
'DATA'
|
||||
),
|
||||
(
|
||||
'compose/GITSHA',
|
||||
'compose/GITSHA',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue