spiegel_podman/pkg/domain
Paul Holzinger 64b6e7cf52
fix podman volume inspect --all flake
When we loop over all volumes to inspect them it is possible that some
of them got removed in the meantime. As such we must ignore this case to
not cause random command failures.

I have seen this fail in our system tests:
    FAIL: podman volume inspect --format '{{"\n"}}'
expected: = ''
  actual:   Error: no such volume

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
(cherry picked from commit 36ba45f39d)
Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2026-06-24 14:08:34 +02:00
..
entities feat: update podman quadlet sub-command 2026-06-02 09:52:49 +00:00
filters filters: add annotation filter for containers Fixes: #28562 2026-05-11 20:24:28 +09:00
infra fix podman volume inspect --all flake 2026-06-24 14:08:34 +02:00
utils Replace strings.Split(..)[0] with strings.Cut 2026-05-22 13:08:56 -07:00