bowenliang123 commented on issue #4175: URL: https://github.com/apache/kyuubi/issues/4175#issuecomment-1384707364
`centos` is just an option for discussion as many companies already have local proxy for packages , I am good with both `ubuntu` and `alpine`. But considering in 2 facts, - `ubuntu` is good for software builds with development tools, but does not contribute too in runtime. For container deployment , size matters. The compressed size of distribution will be up to 1G (and 1.5G decompressed), as 400MB OS lib with ubuntu + 250MB JDK + 250 MB Kyuubi with extensions. As with `alpine`, the whole size can be shrunk down to 600-700MB in total and 1G in decompressed. - never heard of using `ubuntu` in production either for server deployment or container images in the financial or other infrastructure industry. - from base image adoption rate, even debian has a greater share than ubuntu I am quite sure the community will agree to ship a version based on ubuntu, but it is never the first choice for production for me and other users with similar background or consideration. And that's why I raise the discussion for a second option of OS base lib here. -- 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]
