Clone both containers-libs and podman
git clone https://github.com/containers/podman.git
cd podman
echo "replace go.podman.io/storage => github.com/redhat-hpc/container-libs/storage feat-erofs" >> go.mod
make vendor
make bin/podman
Create storage.conf at $HOME/.config/containers/storage.conf
[storage]
driver = "overlay"
[storage.options.overlay]
use_erofs = "true"
erofs_force_ids = "false"
Clone both containers-libs and podman
Create storage.conf at
$HOME/.config/containers/storage.conf