pub(crate) async fn stage(
sysroot: &Storage,
from: MergeState,
image: &ImageState,
spec: &RequiredHostSpec<'_>,
prog: ProgressWriter,
lock_finalization: bool,
) -> Result<()>Expand description
Stage (queue deployment of) a fetched container image.