Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 925457 - app-containers/nerdctl: Add rootless USE
Summary: app-containers/nerdctl: Add rootless USE
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement
Assignee: Zac Medico
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2024-02-25 06:25 UTC by Alex Orange
Modified: 2024-02-28 02:30 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch for nerdctl-1.4.0.ebuild (nerdctl-1.4.0.ebuild.patch,415 bytes, patch)
2024-02-25 06:26 UTC, Alex Orange
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Orange 2024-02-25 06:25:27 UTC
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
Comment 1 Alex Orange 2024-02-25 06:26:38 UTC
Created attachment 885916 [details, diff]
Patch for nerdctl-1.4.0.ebuild
Comment 2 Larry the Git Cow gentoo-dev 2024-02-28 02:30:27 UTC
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(+)