-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update docker-compose file version to latest (3.6) #280
base: master
Are you sure you want to change the base?
Conversation
I have same issue on my local machine, by default docker-compose has and with 1.20.0 everything is OK |
yes, doc says
|
@epcim pls write commit body properly, why we need it? and have u checked tests? its already failed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@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
- set docker-compose file version to latest supported by CI (3.5)
cdfd2bc
to
242d7b1
Compare
|
i mean , what feature do u want to get, whats the main goal of bumping? |
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:
follow-up updates will lower minor version to latest possible.