cdmikechen commented on PR #978: URL: https://github.com/apache/submarine/pull/978#issuecomment-1183220280
```dockerfile # manager is run as non-root user # See submarine-cloud-v3/config/manager/manager.yaml RUN addgroup -g 1000 -S mygroup RUN adduser -u 1000 -S myuser -G mygroup USER myuser ``` I think we can change `mygroup` and `myuser` to `submarine` -- 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]
