Issue
- We need to run our Palace Agents with a fixed uid/user in order to access to a NFS filesystem
Environment
- CloudBees Jenkins Enterprise (CJE)
Resolution
The user that run in the Docker image depends of the USER value on the Dockerfile, you have to be sure that the uid of that user has permissions to read/write on your NFS, but if you want to change it you always can force it if you add the parameter “user” with the uid that you want as value to force to use this uid.
0 Comments