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

wazug-agent: Docker listener broken with python module requests > v2.31.0 #7402

Open
pandel opened this issue Jun 14, 2024 · 0 comments
Open

Comments

@pandel
Copy link

pandel commented Jun 14, 2024

Hi!

Trying to get the Docker listener going on a Debian 12 client I noticed that when running

pip3 install docker==6.0.0 urllib3==1.26.18

the requests module was installed with version 2.32.3. This version breaks the docker module (see also: docker/docker-py#3256). Reverting to 2.31.0did the trick. So, maybe the documentation should be updated to use the following command to get the Docker listener up and running correctly:

pip3 install docker==6.0.0 urllib3==1.26.18 requests==2.31.0

Regards,
Holger

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