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.