Skip to content
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

Use new version of Docker compose CLI tool #2396

Open
kam193 opened this issue Aug 21, 2023 · 0 comments
Open

Use new version of Docker compose CLI tool #2396

kam193 opened this issue Aug 21, 2023 · 0 comments

Comments

@kam193
Copy link

kam193 commented Aug 21, 2023

The docker_server role installs the Python-based docker-compose tool. This is unfortunately an outdated and no longer developed version. In addition, installation is now broken due to a dependency issue (see: https://stackoverflow.com/questions/76708329/docker-compose-no-longer-building-image-attributeerror-cython-sources). Installing can be done manually with some workarounds, but the now supported docker-compose CLI is Go-based as a CLI extension to the Docker CLI. It can be also installed using system packages. I'd suggest thinking about moving to the official CLI tools.

I think that the similar thing is with the pure docker CLI, however this doesn't struggle with installation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant