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

Docker Hub isn't up to date, apparently. #22

Closed danwdart closed 4 years ago

danwdart commented 4 years ago

Docs say latest tracks alpine but it doesn't as it's 10 months old whereas alpine is 2 months old

danwdart commented 4 years ago

Hmm in fact python is still 2.7 in these... rather than 3 as in docs

danwdart commented 4 years ago

Oh I see what's happening - https://hub.docker.com/r/willhallonline/ansible/tags isn't up to date.

willhallonline commented 4 years ago

Hi @danwdart , actually we are both right and wrong. It seems that the automated builds did not work properly inside Docker Hub (I normally don't watch them as they take so long). So the containers have not been replaced with the Python 3 version 😢 .

There appears to have been a subtle change to the way that the automated builds are completed that maybe I misconfigured when doing the big change to Python3, which basically meant I removed all builds are replaced them. I will watch them today and try to make sure that they actually complete. Thanks for bringing to my attention. 👍 😃

willhallonline commented 4 years ago

This should now be resolved. I see that all containers are updated. There are still some older tags available, but I won't be maintaining those.

danwdart commented 4 years ago

Thanks!