mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
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:
2
changelogs/fragments/44692-docker-find-image.yaml
Normal file
2
changelogs/fragments/44692-docker-find-image.yaml
Normal 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/``."
|
||||
Reference in New Issue
Block a user