From f0da020481902742285a5b684c3e2271cd25db3c Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Thu, 11 Apr 2024 16:05:59 -0400 Subject: [PATCH] make bootc needs to use the bootc context dir Colin found this broken on remote clients on a Mac. Works on local systems, but not podman --remote. 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 d8b0175e..b273fbe9 100644 --- a/recipes/common/Makefile.common +++ b/recipes/common/Makefile.common @@ -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"