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.
This commit is contained in:
Felix Fontein
2019-02-17 20:28:40 +01:00
committed by ansibot
parent e284a1546f
commit be3a47e2fe
2 changed files with 17 additions and 4 deletions

View File

@@ -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/``."