mirror of https://github.com/ansible/ansible.git
docker_common: improve image finding methods (#44692)
* Work around problem with Docker daemon that sometimes won't find image if prefixed with docker.io repo name. * When tring library/xxx, docker-py also doesn't sometimes find the image. * Add changelog.pull/52439/head
parent
e284a1546f
commit
be3a47e2fe
@ -0,0 +1,2 @@
|
|||||||
|
bugfixes:
|
||||||
|
- "docker_container, docker_image, docker_image_facts - also find local image when image name is prefixed with ``docker.io/library/`` or ``docker.io/``."
|
Loading…
Reference in New Issue