Skip to content

Commit

Permalink
Merge pull request #251 from rhatdan/bootc
Browse files Browse the repository at this point in the history
make bootc needs to use the bootc context dir
  • Loading branch information
rhatdan authored Apr 11, 2024
2 parents 62525a3 + f0da020 commit 4a080c1
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
Expand Up @@ -72,7 +72,7 @@ bootc: quadlet
--build-arg "SSHPUBKEY=$(SSH_PUBKEY)" \
-v /etc/containers/policy.json:/etc/containers/policy.json \
-f bootc/$(CONTAINERFILE) \
-t ${BOOTC_IMAGE} .
-t ${BOOTC_IMAGE} bootc
@echo ""
@echo "Successfully built bootc image '${BOOTC_IMAGE}'."
@echo "You may now convert the image into a disk image via bootc-image-builder"
Expand Down

0 comments on commit 4a080c1

Please sign in to comment.