diff --git a/.bazelrc b/.bazelrc index 90095b678..88f0e5fb1 100644 --- a/.bazelrc +++ b/.bazelrc @@ -30,7 +30,7 @@ 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 -build --strategy_regexp="RunAndCommitLayer no-ems-in-fips.tar"=processwrapper-sandbox +build --strategy_regexp="RunAndCommitLayer no-ems-in-fips-layer.tar"=processwrapper-sandbox # For populator images, we need to use processwrapper sandbox as well build --strategy_regexp="RunAndCommitLayer cmd/ovirt-populator/ovirt-imageio-layer-run-layer.tar"=processwrapper-sandbox diff --git a/virt-v2v/cold/.bazerlc b/virt-v2v/cold/.bazerlc index 7c7f6ee3d..9acea91af 100644 --- a/virt-v2v/cold/.bazerlc +++ b/virt-v2v/cold/.bazerlc @@ -3,4 +3,4 @@ # sandboxes. Use slightly less secure but working processwrapper sandbox. # NOTE: Same configuration is in .bazelrc in repository root. build --strategy_regexp="Action appliance/libguestfs-appliance.tar"=processwrapper-sandbox -build --strategy_regexp="RunAndCommitLayer no-ems-in-fips.tar"=processwrapper-sandbox +build --strategy_regexp="RunAndCommitLayer no-ems-in-fips-layer.tar"=processwrapper-sandbox