danhuawang commented on PR #10681: URL: https://github.com/apache/gravitino/pull/10681#issuecomment-4211437552
I refer the bitnami approach the https://github.com/bitnami/containers/blob/main/bitnami/mysql/9.6/debian-12/Dockerfile , they do not create user/group, only set directory permissions, use UID directly. ``` RUN chmod -R g+rwX /opt/gravitino USER 1000 ``` -- 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]
