# This generates the default base image. # This is a local reference by default because we haven't shipped this image yet. FROM localhost/fedora-bootc:base as rootfs # Drop our package sets into /usr/share/doc, so that other things can parse it COPY packages*.txt /usr/share/doc/fedora-bootc/ # Overlay our defaults COPY usr/ /usr/ RUN <