From b593296be63271d63d0a25900d27837defc43dc1 Mon Sep 17 00:00:00 2001 From: Paul Meyer <49727155+katexochen@users.noreply.github.com> Date: Thu, 30 Nov 2023 12:07:40 +0100 Subject: [PATCH] [testing] build from caa branch remove this before merging Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com> --- podvm-mkosi/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/podvm-mkosi/Makefile b/podvm-mkosi/Makefile index 20ab6808b1..de4543ea4c 100644 --- a/podvm-mkosi/Makefile +++ b/podvm-mkosi/Makefile @@ -12,6 +12,9 @@ fedora-binaries-builder: @echo "Building fedora-binaries-builder image..." docker buildx build \ -t fedora-binaries-builder \ + --build-arg CAA_SRC=https://github.com/katexochen/cloud-api-adaptor \ + --build-arg CAA_SRC_REF=feat/mkosi-dmverity-nix \ + --no-cache \ --load \ - < ../podvm/Dockerfile.podvm_builder.fedora @@ -23,6 +26,9 @@ binaries: docker buildx build \ --build-arg BUILDER_IMG=fedora-binaries-builder \ --build-arg AA_KBC=$(AA_KBC) \ + --build-arg GUEST_COMPONENTS_REPO=https://github.com/katexochen/guest-components \ + --build-arg GUEST_COMPONENTS_VERSION=feat/peerpods-path \ + --no-cache \ -o type=local,dest="./resources/binaries-tree" \ - < ../podvm/Dockerfile.podvm_binaries.fedora