# Override via --build-arg=base= to use a different base ARG base=localhost/bootc # This is where we get the tools to build the UKI ARG buildroot=quay.io/centos/centos:stream10 FROM $base AS base FROM $buildroot as buildroot-base RUN <