-
Notifications
You must be signed in to change notification settings - Fork 0
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
Upgrade docker-composer file format version #21
Comments
docker-compose is supported up to version 2.0 on docker/libcompose.
Rancher has same limitations as it uses libcompose: |
Important features in the short term:
Important in the long term:
Nice to have:
Not required in current form / support:
Notes:
|
Conclusion: Upgrade to version 2.3 is recommended, which would add support for:
However, none are really required at the moment and unfortunately would break compatibility with many contrib solutions, so marking as postponed. |
docker/libcompose#507 gets you a good portion of the way to resolving this (at least parsing the |
It really looks like |
We are using at the moment the docker-compose file format version 2.0.
Numerous releases have been made, with new additions such as:
Each version has to be compared with docker/libcompose supported versions, a library which is used in many upstream projects, like rancher. If versions are found not to be compatible yet, the new feature additions have to weighted agains't loosing upstream support in contrib projects.
Validate project READMEs agains't the chosen docker-compose file format version.
The text was updated successfully, but these errors were encountered: