ARG base=quay.io/centos-bootc/centos-bootc:stream10 FROM $base as build COPY tuned.spec /tmp/tuned.spec # This installs our package dependencies, and we want to cache it independently of the rest. RUN <