Skip to content

Commit

Permalink
Merge pull request containers#210 from rhatdan/bootc
Browse files Browse the repository at this point in the history
Send output from bootc-image-builder to build subdir
sallyom authored Apr 9, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 2fd9933 + 1087c3a commit 0ca5150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/common/Makefile.common
Original file line number Diff line number Diff line change
@@ -92,7 +92,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}} \

0 comments on commit 0ca5150

Please sign in to comment.