Skip to content

Commit

Permalink
add -layer suffix to ems layer
Browse files Browse the repository at this point in the history
Signed-off-by: Benny Zlotnik <[email protected]>
  • Loading branch information
bennyz authored and ahadas committed Aug 8, 2023
1 parent ce028ca commit 29e30c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion virt-v2v/cold/.bazerlc
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 29e30c6

Please sign in to comment.