From ea89bd1a248f05dfc811b1945f04da7cbd1bd2ea Mon Sep 17 00:00:00 2001 From: Jiri Srain Date: Tue, 5 Sep 2023 13:44:53 +0200 Subject: [PATCH] set KUBEVIRTFROM to ALP BCI instead of TumbleWeed --- _config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_config b/_config index 0b95a31..1a530da 100644 --- a/_config +++ b/_config @@ -51,8 +51,8 @@ RepoType: rpm-md:sha512:filelists-ext Type: docker BuildEngine: podman # KUBEVIRTFROM is passed to container Dockerfiles using the --build-arg option, e.g. - # docker build --build-arg KUBEVIRTFROM=opensuse/tumbleweed ... - BuildFlags: dockerarg:KUBEVIRTFROM=opensuse/tumbleweed + # docker build --build-arg KUBEVIRTFROM=alp/bci/bci-base + BuildFlags: dockerarg:KUBEVIRTFROM=alp/bci/bci-base %ifarch aarch64 BuildFlags: dockerarg:TARGETARCH=arm64 %endif