Docker Compose 5+: improve image layer event parsing (#1219)

* Remove long deprecated version fields.

* Add first JSON event parsing tests.

* Improve image layer event parsing for Compose 5+.

* Add 'Working' to image working actions.

* Add changelog fragment.

* Shorten lines.

* Adjust docker_compose_v2_run tests.
This commit is contained in:
Felix Fontein
2025-12-06 17:48:17 +01:00
committed by GitHub
parent 2efcd6b2ec
commit 174c0c8058
5 changed files with 225 additions and 7 deletions
@@ -0,0 +1,2 @@
bugfixes:
- "docker_compose_v2, docker_compose_v2_pull - adjust parsing from image pull events to changes in Docker Compose 5.0.0 (https://github.com/ansible-collections/community.docker/pull/1219)."