Rewrite the docker_image_info module (#405)

* Rewrite the docker_image_info module.

* Improve error messages.
This commit is contained in:
Felix Fontein
2022-07-06 21:46:14 +02:00
committed by GitHub
parent 4f2f45b953
commit e4f3402035
3 changed files with 20 additions and 19 deletions
+4
View File
@@ -0,0 +1,4 @@
major_changes:
- "docker_image_info - no longer uses the Docker SDK for Python. It requires ``requests`` to be installed,
and depending on the features used has some more requirements. If the Docker SDK for Python is installed,
these requirements are likely met (https://github.com/ansible-collections/community.docker/pull/405)."