mirror of
https://github.com/containers/podman.git
synced 2026-03-28 03:22:18 -04:00
Since commit 458ba5a8af the cleanup process now removes the image as
well, thus the removal is racy and it will cause an error here.
The code tried to ignore the error with errors.Is() but this never works
across the remote API. However the API already has a ignore option so
juts use that and fix the error message so that we can easily find the
root cause and I do not have to guess where the log was written.
Fixes #23719
Signed-off-by: Paul Holzinger <pholzing@redhat.com>