Function tvix_build::oci::bundle::make_bundle
source ยท 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 [make_spec] for a description about the paths produced.