diff --git a/.bazelrc b/.bazelrc index 34135e119..9e3569061 100644 --- a/.bazelrc +++ b/.bazelrc @@ -30,3 +30,6 @@ build --action_env=OVA_PROVIDER_SERVER_IMAGE=quay.io/kubev2v/forklift-ova-provid # sandboxes. Use slightly less secure but working processwrapper sandbox. # NOTE: Same configuration is in virt-v2v/cold/.bazelrc. build --strategy_regexp="Action appliance/libguestfs-appliance.tar"=processwrapper-sandbox + +# For populator images, we need to use processwrapper sandbox as well +build --strategy_regexp="Action ovirt-populator-image"=processwrapper-sandbox \ No newline at end of file