Update docker-compose file version to latest (3.6)
In order to support latest docker-compose syntax, set latest possible version. PR updates syntax files to 3.6 (later updated somehwre between 3.2 - 3.6)
Update: as proved during CI, travis environment don't support yet prereqsites:
- docker-compose >= v1.20.x
- docker engine >= v18.02
follow-up updates will lower minor version to latest possible.
I have same issue on my local machine, by default docker-compose has docker-compose -v docker-compose version 1.8.0, build unknown
and with 1.20.0 everything is OK
yes, doc says
Compose file format | Docker Engine release
-- | --
3.6 | 18.02.0+
3.5 | 17.12.0+
@epcim pls write commit body properly, why we need it? and have u checked tests? its already failed IMO we can't change depend-software versions without important reason, coz there are a lot of dependencies and also need to check backport compatibility
@epcim
In order to support latest docker-compose syntax,
what syntax do u want to define?
i mean , what feature do u want to get, whats the main goal of bumping?