gortiz commented on PR #11657: URL: https://github.com/apache/pinot/pull/11657#issuecomment-1733038211
> shall we use openjdk 21 or corretto? If there is a serious alternative to openjdk docker images, we should always use the alternative. The reason is explained in the deprecation note of https://hub.docker.com/_/openjdk. Openjdk is not production ready. It is the image that is created from the master branch of openjdk repo. That means that openjdk will only create images for the first 6 months for each version, even LTS. For example, Java 21 images won't be created once Java 22 is released. That is why we choose to use either Temurin (old adoptjdk), Microsoft or Corretto. As of today, only Corretto provides a Java 21 image, so that is the one I've chosen here. We can change to Temurin once it is released in order to have an homogeneous pipeline. -- 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]
