pub(crate) fn make_bundle<'a>(
request: &BuildRequest,
runtime_spec: &Spec,
path: &Path,
) -> Result<()>
Expand description
Produce an OCI bundle in a given path. Check super::spec::make_spec for a description about the paths produced.
pub(crate) fn make_bundle<'a>(
request: &BuildRequest,
runtime_spec: &Spec,
path: &Path,
) -> Result<()>
Produce an OCI bundle in a given path. Check super::spec::make_spec for a description about the paths produced.