pub async fn copy( src: &ImageReference, dest: &ImageReference, authfile: Option<&Path>, add_fd: Option<(Arc<OwnedFd>, i32)>, progress: bool, ) -> Result<Digest>
Use skopeo to copy a container image.