nerdctl has a mode called rootless. I'm not entirely clear on how it's different from "standard" mode, but it's required for the build debugger. This just requires install slirp4netns and rootlesskit both of which already have existing packages. Then you just run containerd-rootless.sh and voila you can run the build debugger. Reproducible: Always
Created attachment 885916 [details, diff] Patch for nerdctl-1.4.0.ebuild
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ab705fe229b723227264bd75ac3b0f7ab021690 commit 7ab705fe229b723227264bd75ac3b0f7ab021690 Author: Zac Medico <zmedico@gentoo.org> AuthorDate: 2024-02-28 02:19:59 +0000 Commit: Zac Medico <zmedico@gentoo.org> CommitDate: 2024-02-28 02:25:09 +0000 app-containers/nerdctl: add 1.7.4 Also add rootless USE flag thanks to Alex Orange. Closes: https://bugs.gentoo.org/925457 Signed-off-by: Zac Medico <zmedico@gentoo.org> app-containers/nerdctl/Manifest | 2 ++ app-containers/nerdctl/metadata.xml | 5 +++ app-containers/nerdctl/nerdctl-1.7.4.ebuild | 53 +++++++++++++++++++++++++++++ 3 files changed, 60 insertions(+)