shunki-fujita opened a new issue, #8748: URL: https://github.com/apache/gravitino/issues/8748
### What would you like to be improved? In the Docker setup / scripts we currently use. https://github.com/apache/gravitino/blob/caee8d20f5129dc22b7b3e7290091f619f590cbc/dev/docker/iceberg-rest-server/iceberg-rest-server-dependency.sh#L77-L82 This is only a dummy way to keep the container alive, not a correct process management approach. ### How should we improve? Replace the dummy tail -f /dev/null with an exec call that directly runs the server in the foreground. https://github.com/apache/gravitino/blob/caee8d20f5129dc22b7b3e7290091f619f590cbc/dev/docker/iceberg-rest-server/start-iceberg-rest-server.sh#L29 -- 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]
