docker_compose_v2: work around bug in docker compose images --format json (#1083)

* Work around ubg in docker compose images --format json.

* ContainerName is no longer in image record.
This commit is contained in:
Felix Fontein
2025-06-07 23:28:51 +02:00
committed by GitHub
parent 72d827a9e2
commit 8ecbd9a5cc
6 changed files with 21 additions and 4 deletions
@@ -0,0 +1,4 @@
bugfixes:
- "docker_compose_v2 - handle a (potentially unintentional) breaking change in Docker Compose 2.37.0.
Note that ``ContainerName`` is no longer part of the return value
(https://github.com/ansible-collections/community.docker/issues/1082, https://github.com/ansible-collections/community.docker/pull/1083)."