diff --git a/Containerfile b/Containerfile new file mode 100644 index 0000000..8fb88d6 --- /dev/null +++ b/Containerfile @@ -0,0 +1,35 @@ +# 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 this into /usr/share/doc, so that other things can parse it +COPY packages-recommended.txt /usr/share/doc/fedora-bootc/packages-recommended.txt +RUN <