export_to_oci

Function export_to_oci 

Source
pub(crate) fn export_to_oci(
    repo: &Repo,
    imgref: &ImageReference,
    dest_oci: &Dir,
    tag: Option<&str>,
    opts: ExportToOCIOpts,
) -> Result<Descriptor>
Expand description

Export an imported container image to a target OCI directory.