Hello,
after doing an "ansible-builder build --tag ansible-runner-dev:latest" container will start building. But some stuff which I put inside the "execution-environment.yml" can't be installed, as for example the /tmp directory has strange permissions there:
-rw-r--r-- 1 501 20 94 Feb 19 2019 plugin.yaml
-rwx------ 1 root root 701 Mar 8 12:59 ks-script-sjkvb6c9
-rwx------ 1 root root 291 Mar 8 12:59 ks-script-igw1w8it
drwxr-xr-x 1 501 20 4096 Jun 20 00:11 .
dr-xr-xr-x 1 root root 4096 Jun 20 07:27 ..
So what is UserID 501 and GroupID 20 in this case?
All this leads in my case in a
Any idea?
Thanks.