There is an updated pull request by ahesford against master on the void-packages repository https://github.com/ahesford/void-packages containers https://github.com/void-linux/void-packages/pull/29967 Update podman, buildah, crun In addition to the update, I've moved `podman` from `runc` to `crun`. `crun` advertises better speed and lower memory footprint, and is part of the same organization responsible for `podman` and `buildah`. More importantly, with `void-runit` supporting cgroupsv2-only `CGROUP_MODE=unified` mounts (see `/etc/rc.conf`), `podman` does not work out of the box with `runc` but works just fine with `crun`. In fact, when `crun` is installed alongside `runc`, `buildah` prefers `crun`. I don't know whether `runc` can be made to work with the unified cgroupsv2 mount or whether there are any potential breakages if `runc` is replaced with `crun`. @CameronNemo @kartikynwa @lemmi #### General - [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements) #### Have the results of the proposed changes been tested? - [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me - [ ] I generally don't use the affected packages but briefly tested this PR A patch file from https://github.com/void-linux/void-packages/pull/29967.patch is attached