$ podman run --rm -ti quay.io/centos-bootc/centos-bootc:stream9 dnf -y install rootfiles
...
Installing : rootfiles-8.1-31.el9.noarch 1/1
error: failed to open dir root of /root/: File exists
One can work around this right now with a RUN mkdir -p /var/roothome; but we should try to fix that package to use systemd-tmpfiles instead probably.
One can work around this right now with a
RUN mkdir -p /var/roothome; but we should try to fix that package to use systemd-tmpfiles instead probably.