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
Jenkins calls docker like with a user mapping to the runner's user id:
docker run -t -d -u 1001:1001 -w ...
If the user doesn't exist in the image, the fs permissions are messed
up, which caused issues after trying to upgrade the GraalVM polyglot
package in CrateDB. See crate/crate#15769
Adding a jenkins user to the images should fix this.
0 commit comments