kqueen icon indicating copy to clipboard operation
kqueen copied to clipboard

Update docker-compose file version to latest (3.6)

Open epcim opened this issue 7 years ago • 5 comments

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.

epcim avatar Apr 27 '18 07:04 epcim

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

katyafervent avatar Apr 27 '18 08:04 katyafervent

yes, doc says


Compose file format | Docker Engine release
-- | --
3.6 | 18.02.0+
3.5 | 17.12.0+

epcim avatar Apr 27 '18 08:04 epcim

@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

naumvd95 avatar Apr 28 '18 11:04 naumvd95

@epcim

In order to support latest docker-compose syntax,


what syntax do u want to define?

naumvd95 avatar Apr 30 '18 08:04 naumvd95

i mean , what feature do u want to get, whats the main goal of bumping?

naumvd95 avatar May 03 '18 09:05 naumvd95