remove_undeployed_images

Function remove_undeployed_images 

Source
pub fn remove_undeployed_images(
    sysroot: &SysrootLock,
) -> Result<Vec<ImageReference>>
Expand description

Remove all container images which are not the target of a deployment. This acts equivalently to super::store::remove_images() - the underlying layers are not pruned.

The set of removed images is returned.