Files
podman/libpod/image
Nalin Dahyabhai fd9dd7065d rmi: don't break when the image is missing a manifest
In libpod/image.Image.Remove(), if the attempt to find the image's
parent fails for any reason, log a warning and proceed as though it
didn't have one instead of failing, which would leave us unable to
remove the image without resetting everything.

In libpod/Runtime.RemoveImage(), if we can't determine if an image has
children, log a warning, and assume that it doesn't have any instead of
failing, which would leave us unable to remove the image without
resetting everything.

In pkg/domain/infra/abi.ImageEngine.Remove(), when attempting to remove
all images, if we encounter an error checking if a given image has
children, log a warning, and assume that it doesn't have any instead of
failing, which would leave us unable to remove the image without
resetting everything.

Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
2021-04-20 15:44:39 -04:00
..
2020-01-28 13:36:10 -06:00
2020-12-22 13:34:31 -05:00
2021-02-22 09:03:51 +01:00
2021-03-26 09:37:07 -04:00
2021-01-22 20:19:13 +01:00
2020-12-22 13:34:31 -05:00
2020-11-13 15:40:06 +01:00
2021-02-22 09:03:51 +01:00
2018-03-14 20:21:31 +00:00
2020-02-17 11:12:35 +01:00
2021-02-22 09:03:51 +01:00