It appears that on stock F28, podman requires root to be able to mount and relabel the build directory. This should be verified and documented in the README
It seems that it works out of the box on F30. And might be F29. @eclipseo or @decathorpe got it running without any additional steps too.
But I agree that we need to document it.
What it needed for me was the following:
usermod --add-subgids 10000-75535 tibbs usermod --add-subuids 10000-75535 tibbs
(as root). After that, I could run podman properly. This is on F28.
Commit 3080d11 fixes this issue
I suppose this can be reverted now.
Log in to comment on this ticket.