-
Notifications
You must be signed in to change notification settings - Fork 122
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
Sanitize error message when docker compose version
returns not supported version format
#825
Comments
This looks like a packaging error in Arch. You should report it as a bug to Arch and stick to an earlier version of Docker Compose until it gets fixed. We need the correct version to determine the behavior of the module. |
@felixfontein this is why it is feature request, not bug fix. |
https://gitlab.archlinux.org/archlinux/packaging/packages/docker-compose/-/issues/1 The issue is now reported to Arch |
Thanks for reporting it! (I also can confirm that the previous Compose release on Arch did output the version correctly, it's only the latest one that outputs |
Christian Heusel fixed the Arch error. Might still be a good idea to have a specific error for version weirdness. |
|
#826 improves the error message. |
Issue
Currently (2024-03-27) Arch repo contains version of
docker compose
which reports its version as "dev" instead of something like "2.26.0", which causeswhen using module
Affected version:
$ ansible-galaxy collection install community.docker:3.8.1
Feature
Respond with proper error message.
The text was updated successfully, but these errors were encountered: