Files
Nalin Dahyabhai 5dfc44cad2 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-29 16:01:46 -04:00
..
2020-12-07 15:16:10 -05:00
2020-09-29 08:46:44 -07:00
2020-10-05 15:56:44 -07:00
2019-07-23 15:43:40 -04:00
2020-09-22 14:44:09 +02:00
2018-03-27 21:55:33 +00:00
2020-06-15 07:05:56 -04:00
2020-10-05 15:30:37 -07:00
2020-06-15 07:05:56 -04:00
2020-11-12 11:38:31 +01:00
2020-01-13 14:27:02 +01:00
2020-01-14 09:54:48 +01:00
2020-10-05 15:56:44 -07:00
2020-12-07 14:56:03 -05:00
2020-09-11 06:14:25 -04:00
2021-02-08 14:08:55 -06:00