-
New Feature
-
Resolution: Unresolved
-
Minor
-
None
-
docker-pipeline-plugin:1.15
Jenkins 2.105 in docker container
When launching the docker agent, the following option is always added to the command line.
-u 1000:1000
It can be problematic if we want to use a specifically configured user inside the docker container agent, since adding a -u option in the args results in an unexpected command.
It would be very useful to have an option to specify the user mapping inside the container.
- is duplicated by
-
JENKINS-54408 docker exec runs as root within docker.image.inside which docker run runs as the jenkins user
- Open