Re: [PATCH] tests/docker: Specify --userns keep-id for Podman

2024-06-26 Thread Alex Bennée
Akihiko Odaki writes: > Previously we are always specifying -u $(UID) to match the UID in the > container with one outside. This causes a problem with rootless Podman. > > Rootless Podman remaps user IDs in the container to ones controllable > for the current user outside. The -u option instructs

[PATCH] tests/docker: Specify --userns keep-id for Podman

2024-06-26 Thread Akihiko Odaki
Previously we are always specifying -u $(UID) to match the UID in the container with one outside. This causes a problem with rootless Podman. Rootless Podman remaps user IDs in the container to ones controllable for the current user outside. The -u option instructs Podman to use a specified UID in