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
376 stars 135 forks source link

Some tags are missing #31

Closed regzon closed 3 years ago

regzon commented 3 years ago

Hello. The docs state that tags 2.10-alpine, 2.10-buster and 2.10-stretch exist. But when I tried to fetch them using the command (applicable to every listed tag):

docker pull willhallonline/ansible:2.10-alpine

I've got the error:

Error response from daemon: manifest for willhallonline/ansible:2.10-alpine not found: manifest unknown: manifest unknown

The "tags" page on the Docker Hub shows that those tags don't exist, too.

There's either a problem in the documentation or some misconfiguration.

Btw, thank you for your repository!

regzon commented 3 years ago

Also, I found that the tag latest doesn't correspond to the tag 2.10-alpine-3.11.

Output of docker image list:

willhallonline/ansible         2.10-alpine-3.11   9f03c121d12d   3 weeks ago     450MB
willhallonline/ansible         latest             90bb5aa1e604   5 months ago    387MB
willhallonline commented 3 years ago

You are absolutely right. There has been some issue. I will look to resolve it in the next couple of days. Thanks for letting me know. I also need to prune out all of the tags that are insecure (old libraries, insecure OS) basically so no-one can use them any more.

Thanks again.

willhallonline commented 3 years ago

This is all of the tags and ones to keep and remove:

Remove:

Keep:

willhallonline commented 3 years ago

Actually, I have had a slight re-shape (dropping some and making others more specific). I think they should all be available now or within the next hour for everything listed on the readme.