void-packages icon indicating copy to clipboard operation
void-packages copied to clipboard

Podman: change default runtime to crun

Open ltrsunny opened this issue 2 years ago • 6 comments

crun is a lighter and more popular choice now.

Testing the changes

  • I tested the changes in this PR: YES|briefly|NO

ltrsunny avatar Jun 27 '22 11:06 ltrsunny

I don't know about lightness or popularity, but last time I checked, rootless podman won't work at all with runc because it can't control cgroups as it expects. Switching seems fine to me, but I don't know if there are adverse consequences that we'd want to avoid.

cc: @CameronNemo

ahesford avatar Jun 27 '22 12:06 ahesford

I don't know about lightness or popularity, but last time I checked, rootless podman won't work at all with runc because it can't control cgroups as it expects. Switching seems fine to me, but I don't know if there are adverse consequences that we'd want to avoid.

cc: @CameronNemo

I also found this problem on openwrt before, crun works well but runc cannot.

ltrsunny avatar Jun 27 '22 14:06 ltrsunny

rootless podman won't work at all with runc because it can't control cgroups as it expects

this does not seem to be the case at all for me. but whatever it is just a default.

CameronNemo avatar Jun 27 '22 16:06 CameronNemo

FYI podman and conmon need updates. And the default runtime for buildah should be changed too.

CameronNemo avatar Jun 27 '22 16:06 CameronNemo

I just did a test and found that my previous issue with rootless podman and runc no longer exists; runc works just fine for me.

ahesford avatar Jun 27 '22 19:06 ahesford

Pull Requests become stale 90 days after last activity and are closed 14 days after that. If this pull request is still relevant bump it or assign it.

github-actions[bot] avatar Sep 29 '22 02:09 github-actions[bot]