Skip to content

Commit

Permalink
make bootc needs to use the bootc context dir
Browse files Browse the repository at this point in the history
Colin found this broken on remote clients on a
Mac. Works on local systems, but not podman --remote.

Signed-off-by: Daniel J Walsh <[email protected]>
  • Loading branch information
rhatdan committed Apr 11, 2024
1 parent 62525a3 commit f0da020
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 f0da020

Please sign in to comment.