adoroszlai opened a new pull request, #56: URL: https://github.com/apache/ozone-docker-runner/pull/56
## What changes were proposed in this pull request? `sudo` as user `hadoop` [fails](https://github.com/adoroszlai/ozone-docker/actions/runs/21746317450/job/62735186345#step:7:375) on `ozone-runner:20260206-1-jdk21` in GitHub with: ``` sudo: PAM account management error: Authentication service cannot retrieve authentication info sudo: a password is required ``` This change works around the problem by making `/etc/shadow` readable for user `root`. It also adds a sanity check to fail the build of `ozone-runner` if `sudo` does not work (instead of finding out the same when trying to use the image in `ozone`). https://issues.apache.org/jira/browse/HDDS-14576 ## How was this patch tested? CI build: https://github.com/adoroszlai/ozone-docker-runner/actions/runs/21748044354/job/62738731159#step:7:1334 -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
