Stop relying on deprecated field when parsing image pulling errors. (#1302)

This commit is contained in:
Felix Fontein
2026-08-04 21:26:51 +02:00
committed by GitHub
parent 67076499a2
commit b7b684b9c5
3 changed files with 6 additions and 2 deletions
@@ -0,0 +1,4 @@
bugfixes:
- "docker_image, docker_image_pull, docker_container - also handle errors if only ``errorDetail`` is set, but not ``error``.
The ``error`` field has been `deprecated in Moby apparently a very long time ago <https://github.com/moby/moby/commit/3043c2641990d94298c6377b7ef14709263a4709>`__
(https://github.com/ansible-collections/community.docker/pull/1302)."