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.
pub(crate) fn export_to_oci(
repo: &Repo,
imgref: &ImageReference,
dest_oci: &Dir,
tag: Option<&str>,
opts: ExportToOCIOpts,
) -> Result<Descriptor>Export an imported container image to a target OCI directory.