mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-16 20:08:41 +00:00
* Avoid crash for docker-py < 2.5.0. * Add warnings when load_image does not return a generator. * Add test. * Update plugins/modules/docker_image.py Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru> Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
3 lines
243 B
YAML
3 lines
243 B
YAML
bugfixes:
|
|
- "docker_image - fix crash on loading images with versions of Docker SDK for Python before 2.5.0 (https://github.com/ansible-collections/community.docker/issues/72, https://github.com/ansible-collections/community.docker/pull/73)."
|