pub async fn run(
cwd: &Path,
dir: Option<&Path>,
tag_override: Option<&str>,
no_test: bool,
no_cache: bool,
) -> Result<()>Expand description
Build the standalone image project in dir (relative to cwd, or cwd
itself when dir is None), then validate the built image.