pub(crate) async fn get_imgrefs_for_copy(
host: &Host,
source: Option<&str>,
target: Option<&str>,
) -> Result<(ImageReference, ImageReference)>Expand description
Returns the source and target ImageReference If the source isn’t specified, we use booted image If the target isn’t specified, we push to containers-storage with our default image