pub fn prepare_build_command(
image: &str,
dockerfile: &Path,
features: Option<&[String]>,
config_environment_variables: &BTreeMap<String, Option<String>>,
) -> CommandExpand description
Construct (but do not run) the docker build command for a test-runner image.
imageis the full tag (e.g."vector-test-runner-1.86.0:latest").dockerfileis the path to the Dockerfile (e.g.scripts/integration/Dockerfile).featurescontrols theFEATURESbuild-arg (passNonefor an empty list).