Yikun commented on PR #43: URL: https://github.com/apache/spark-docker/pull/43#issuecomment-1571280119
According the suggestion of https://github.com/docker-library/official-images/pull/13089#issuecomment-1570733215 > I recommend that if the entrypoint needs to do setup work as root before stepping down then using the default USER root is appropriate (like mysql), otherwise USER configured to an app-specific user in the Dockerfile is better from a security perspective. For spark, root USER is not required by any setup work, so I think `spark` user is enough. So I will merge this PR, and close https://github.com/apache/spark-docker/pull/44 . -- 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]
