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

[BUG] - All in one monitoring doesn't work with the latest Docker Pip package #371

Closed
simoncolincap opened this issue Dec 12, 2023 · 2 comments · Fixed by #376
Closed

[BUG] - All in one monitoring doesn't work with the latest Docker Pip package #371

simoncolincap opened this issue Dec 12, 2023 · 2 comments · Fixed by #376
Labels
bug Something isn't working

Comments

@simoncolincap
Copy link

Describe the bug
When installing BBB on a new server, Pip installs the latest version of the Docker package (7.0.0) which doesn't work with Ansible Docker Compose. The Ansible task "Start monitoring" fails with the error "Configuration error - kwargs_from_env() got an unexpected keyword argument 'ssl_version'".
This appears to be this issue docker/docker-py#3194
Can be fixed by Pip installing an older version of docker than 7.0.0.

To Reproduce
Steps to reproduce the behavior:

  1. Setup a new Server or uninstall the Pip Docker package on an existing server.
  2. Run the BBB role with all in one monitoring enabled.
  3. Get the error from above.

Expected behavior
Ansible runs without errors.

@simoncolincap simoncolincap added the bug Something isn't working label Dec 12, 2023
@BrutalBirdie
Copy link
Collaborator

Thanks! Would you like to create a PR for that?

@simoncolincap
Copy link
Author

Thanks! Would you like to create a PR for that?

Sure, here it is #372

BrutalBirdie added a commit that referenced this issue May 24, 2024
Update to community.docker.docker_compose_v2 and fix #371
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
2 participants