benWize commented on code in PR #23405:
URL: https://github.com/apache/beam/pull/23405#discussion_r996069925


##########
website/build.gradle:
##########
@@ -80,10 +80,10 @@ task createDockerContainer(type: Exec) {
     } else {
       // Otherwise: run as current user, so as to not require sudo to clean up
       // build/ directory.
-      extraOptions += " -u \$(id -u):\$(id -g)"
+      extraOptions += " -u 0:0"

Review Comment:
   I changed to a more restricted user, it is required to have permissions on 
opt/ dir, without this change a permissions error is shown as in 
https://github.com/benWize/beam/actions/runs/3251224733/jobs/5335936519



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to