tvix_build::oci::bundle

Function 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.