bowenliang123 commented on issue #4175: URL: https://github.com/apache/kyuubi/issues/4175#issuecomment-1384234182
As for the choice of operation system type of base images, I would prefer `alpine` or `centos`. From a prospective of production maturity or package management - `ubuntu` is less used in server or containers deployment in production, for Ops means different tool set and packages - `centos` is more popular in the pass , but good enough for production . lacking of further official maintainance. - `alpine` is one of most popular base images with minimized image size while providing comprehensive features. OpenJDK also ships official version with it in new versions although alpine uses glibc. `apk` in `alpine` is easy to use and covering most common packages. -- 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]
