community.docker/plugins/module_utils
Felix Fontein 174c0c8058
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.
2025-12-06 17:48:17 +01:00
..
_api Cleanup with ruff check (#1182) 2025-10-28 06:58:15 +01:00
_module_container docker_container: do not send wrong host IP for duplicate ports (#1214) 2025-11-26 07:29:30 +01:00
_common_api.py docker_image(_pull), docker_container: fix compatibility with Docker 29.0.0 (#1192) 2025-11-15 17:13:46 +01:00
_common_cli.py Work around Docker 29.0.0 bug. (#1187) 2025-11-12 19:21:55 +01:00
_common.py Remove code that's not used. (#1209) 2025-11-23 09:48:34 +01:00
_compose_v2.py Docker Compose 5+: improve image layer event parsing (#1219) 2025-12-06 17:48:17 +01:00
_copy.py Cleanup with ruff check (#1182) 2025-10-28 06:58:15 +01:00
_image_archive.py Add typing information, 1/2 (#1176) 2025-10-23 07:05:42 +02:00
_logfmt.py Add typing information, 1/2 (#1176) 2025-10-23 07:05:42 +02:00
_platform.py Add typing information, 1/2 (#1176) 2025-10-23 07:05:42 +02:00
_scramble.py Python code modernization, 8/n (#1179) 2025-10-25 00:36:04 +00:00
_socket_handler.py Cleanup with ruff check (#1182) 2025-10-28 06:58:15 +01:00
_socket_helper.py Cleanup with ruff check (#1182) 2025-10-28 06:58:15 +01:00
_swarm.py Cleanup with ruff check (#1182) 2025-10-28 06:58:15 +01:00
_util.py Fix IP subnet and address idempotency. (#1201) 2025-11-16 10:47:35 +01:00
_version.py