Skip to content

Commit

Permalink
Merge branch 'master' into reproNew
Browse files Browse the repository at this point in the history
  • Loading branch information
karianna authored Apr 3, 2024
2 parents dd5be84 + 7725dff commit 2917e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/build/common/openjdk_build_pipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -2046,7 +2046,7 @@ class Build {
if (isPodman == 0) {
// Note: --userns was introduced in podman 4.3.0
// Add uid and gid userns mapping required for podman
dockerRunArg += " --userns keep-id:uid=1000,gid=1000"
dockerRunArg += " --userns keep-id:uid=1002,gid=1003"
}
context.docker.image(buildConfig.DOCKER_IMAGE).inside(buildConfig.DOCKER_ARGS+" "+dockerRunArg) {
buildScripts(
Expand Down

0 comments on commit 2917e1b

Please sign in to comment.