https://github.com/ublue-os/main/
GitHub
OCI base images of Fedora with batteries included. Contribute to ublue-os/main development by creating an account on GitHub.
rpm-ostree installrpm-ostree install is a reimplementation of dnf install when running in a containerdnf5 appears to work in a Containerfile, but can't guarantee if there are some micro-issues with it, like with missing SeLinux labels, permissions & such
ostree container commit for each layer of the image, while bootc-derived images are able to use the Container's own layers without that step.

FROM ghcr.io/ublue-os/silverblue-main:40
COPY <bluefin-files>
RUN rpm-ostree install <bluefin-packages>dnf5ostree container commit