pub async fn export(
repo: &Repo,
src_imgref: &ImageReference,
dest_imgref: &ImageReference,
opts: Option<ExportToOCIOpts>,
) -> Result<Digest>Expand description
Given a container image reference which is stored in repo, export it to the
target image location.