docker-ansible
docker-ansible copied to clipboard
Tag Docker images including the Ansible version
Today I hit an issue with a script for Ansible 2.3.0
that failed with Ansible 2.4.0
. The image I used is williamyeh/ansible:debian8
. This image has been recently updated to 2.4.0
reusing the same tag.
Thankfully I found on my docker-machine
an older tag. I've pushed it in https://hub.docker.com/r/ddragosd/ansible/ but it would be nice to delete this clone.
The tags are prefixed with the Ansible version. i.e.
-
2.4.0.0-debian8
-
2.3.1.0-debian8
@ddragosd were you able to automate this in docker hub at all, or did you have to update the tags by hand?