# Build from the current git into a c9s-bootc container image. # Use e.g. --build-arg=base=quay.io/fedora/fedora-bootc:41 to target # Fedora or another base image instead. # ARG base=quay.io/centos-bootc/centos-bootc:stream9 FROM $base as build # This installs our package dependencies, and we want to cache it independently of the rest. # Basically we don't want changing a .rs file to blow out the cache of packages. RUN <