copy

Function copy 

Source
pub async fn copy(
    src_repo: &Repo,
    src_imgref: &ImageReference,
    dest_repo: &Repo,
    dest_imgref: &ImageReference,
) -> Result<()>
Expand description

Copy a downloaded image from one repository to another, while also optionally changing the image reference type.