Compose v2: improve parsing of dry-run building JSON events (#976)

* Catch more warnings that shouldn't be there.

* Add explicit handling of dry-run image build JSON events.

These produce some one-off ID values that don't make any sense as ID values.
This commit is contained in:
Felix Fontein
2024-10-14 20:56:49 +02:00
committed by GitHub
parent ea38591dec
commit 28e87f4602
7 changed files with 349 additions and 64 deletions
+2
View File
@@ -0,0 +1,2 @@
bugfixes:
- "docker_compose_v2 - improve parsing of dry-run image build operations from JSON events (https://github.com/ansible-collections/community.docker/issues/975, https://github.com/ansible-collections/community.docker/pull/976)."