docker-ansible icon indicating copy to clipboard operation
docker-ansible copied to clipboard

Tag Docker images including the Ansible version

Open ddragosd opened this issue 7 years ago • 1 comments

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 avatar Sep 20 '17 00:09 ddragosd

@ddragosd were you able to automate this in docker hub at all, or did you have to update the tags by hand?

phillbaker avatar Mar 29 '18 00:03 phillbaker