willhallonline / docker-ansible

Ansible inside Docker containers: Alpine, Ubuntu, Rocky & Debian with Ansible 2.16, 2.15, 2.14, 2.13, 2.12, 2.11, 2.10 and 2.9 + Mitogen
https://www.willhallonline.co.uk/project/docker/docker-ansible/
MIT License
392 stars 137 forks source link

Latest mitogen #85

Closed guenhter closed 1 month ago

guenhter commented 1 month ago

Add Alpine 3.20 image, update some minor ansible versions and update the mitogen version to 0.3.11 which supports now ansible 10 (Core 2.17).

guenhter commented 1 month ago

Resloves https://github.com/willhallonline/docker-ansible/issues/82

willhallonline commented 1 month ago

You're too fast for me (or thinking of the same things) as I did a version of this yesterday so I will end up with conflicts between GitHub and GitLab if I merge this now. Let me finish off the build for today and I will try to get this one in as well. :)

guenhter commented 1 month ago

It was not a lot of work so I have no problem with it to redo this upgrade when you've finished with your issue.

willhallonline commented 1 month ago

@guenhter , if you want to re-roll this against master. There are a couple of changes, but keen to still used the PR if possible.

guenhter commented 1 month ago

Done.

willhallonline commented 1 month ago

All should be available in v5.1.1 when that finishes building. Thanks.

willhallonline commented 1 month ago

@guenhter mitogen install doesn't seem to be working (tried pipx, pip + pip3 from both CI and local machine) - I can't work out why, but have removed from ubuntu 24.04 as seems to be bad. It seems to work with python3-mitogen but that is tied to the ubuntu package which is limited to 0.3.7-2

Will leave as is until it works as designed. Not sure if it is an issue with python 3.12.

guenhter commented 1 month ago

Thanks. I also will have a look.