Re: [yocto] Rootless Podman

2023-08-09 Thread Quentin Schulz via lists.yoctoproject.org
Hi, I, too, am using rootless podman on Fedora 38 (and 36 and 37 in the past). I use kas container for building: podman run -it --rm --userns=keep-id -e USER_ID=$UID -e GROUP_ID=$GID -v ~/work/yocto/sstate-cache:$HOME/work/yocto/sstate-cache -v ~/work/yocto/downloads/:$HOME/work/yocto/downloa

Re: [yocto] Rootless Podman

2023-08-09 Thread Thomas Perrot via lists.yoctoproject.org
Hello, I'm using rootless podman to build with this container: https://github.com/tprrt/dockers/tree/master/debian-oe Kind regards, Thomas Perrot On Tue, 2023-08-08 at 12:40 -0700, Khem Raj wrote: > On Tue, Aug 8, 2023 at 11:43 AM Stephen John Smoogen > wrote: > > > > > > Does anyone know wha

Re: [yocto] Rootless Podman

2023-08-08 Thread Khem Raj
On Tue, Aug 8, 2023 at 11:43 AM Stephen John Smoogen wrote: > > > Does anyone know what ways it is failing (or how I can duplicate it ) and I > can forward to the podman group (can't promise I can get it fixed.. but will > do what I can). Also if people have already opened issues on the failures

Re: [yocto] Rootless Podman

2023-08-08 Thread Bruce Ashfield
On Tue, Aug 8, 2023 at 3:25 PM Bruce Ashfield wrote: > > Assuming we are talking about a meta-virtualization built podman, and > a yocto image, > this would be more appropriate on the meta-virtualization mailing list > > That being said, I do test rootless podman each release, and during > updates

Re: [yocto] Rootless Podman

2023-08-08 Thread Bruce Ashfield
Assuming we are talking about a meta-virtualization built podman, and a yocto image, this would be more appropriate on the meta-virtualization mailing list That being said, I do test rootless podman each release, and during updates to the package (I have a medium term TODO to automate that), and I

Re: [yocto] Rootless Podman

2023-08-08 Thread Stephen John Smoogen
Does anyone know what ways it is failing (or how I can duplicate it ) and I can forward to the podman group (can't promise I can get it fixed.. but will do what I can). Also if people have already opened issues on the failures, let me know. On Tue, 8 Aug 2023 at 14:34, Khem Raj wrote: > > We hav

Re: [yocto] Rootless Podman

2023-08-08 Thread Khem Raj
We have tried it hard in yoe distro but it always fails in novel ways so much. I have switched back to docker for now On Tue, Aug 8, 2023 at 11:07 AM Joel Winarske wrote: > Anyone successfully building using Rootless Podman? > > I'm seeing a variety of strange issues. > > My baseline podman conf

[yocto] Rootless Podman

2023-08-08 Thread Joel Winarske
Anyone successfully building using Rootless Podman? I'm seeing a variety of strange issues. My baseline podman config: --user 1001:1001 --ipc host --privileged --security-opt label=disable --pid host --userns keep-id --ulimit host --mount type=devpts,destination=/dev/pts --security-opt label=disa