RinZ27 opened a new pull request, #6273: URL: https://github.com/apache/shenyu/pull/6273
Switching from 'root' to a dedicated 'shenyu' user in the main distribution Dockerfiles. Running application containers as root is a significant security risk. This change adheres to the principle of least privilege, reducing the attack surface in the event of a container compromise. Changes: - Created 'shenyu' user/group in Alpine and CentOS-based Dockerfiles. - Corrected application directory ownership. - Updated ENTRYPOINT to run under the new user context. -- 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]
