From 1087c3adb4243849b4bc3c1385776b978ab24e31 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Tue, 9 Apr 2024 14:34:55 -0400 Subject: [PATCH] Send output from bootc-image-builder to build subdir Signed-off-by: Daniel J Walsh --- recipes/common/Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/common/Makefile.common b/recipes/common/Makefile.common index 09e2dfc2..8c81937b 100644 --- a/recipes/common/Makefile.common +++ b/recipes/common/Makefile.common @@ -88,7 +88,7 @@ bootc-image-builder: bootc --privileged \ --pull newer \ -v /etc/containers/policy.json:/etc/containers/policy.json \ - -v .:/output \ + -v ./build:/output \ -v ./build/store:/store \ $(BOOTC_IMAGE_BUILDER) \ $${ARCH:+--target-arch $${ARCH}} \