You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use the calling user UID:GID as portage inside the container
The docker container creates the distfiles as "portage" user (UID 250)
in the host. This produces an error if then a container is launched as
podman. With this ugly hack we can get docker to fetch distfiles as the
calling user which avoids an error if then podman is used.
0 commit comments