loserwang1024 opened a new issue, #1854: URL: https://github.com/apache/fluss/issues/1854
### Search before asking - [x] I searched in the [issues](https://github.com/apache/fluss/issues) and found nothing similar. ### Fluss version 0.7.0 (latest release) ### Please describe the bug 🐞 Currently, though we set the chown right of /opt/fluss as user root. ```yaml COPY --chown=fluss:fluss build-target/ /opt/fluss/ RUN ["chown", "-R", "fluss:fluss", "."] COPY docker-entrypoint.sh / ``` However, coordinator and tablet server still run with root user. Besides, the chown right of /tmp/fluss is also root. (It's is easy to see when we enter the docker) <img width="3152" height="400" alt="Image" src="https://github.com/user-attachments/assets/1383e4b9-dbf7-4e2c-9f59-e48d2084bc0f" /> ### Solution _No response_ ### Are you willing to submit a PR? - [ ] I'm willing to submit a PR! -- 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]
