abhijeetkushe commented on issue #10274: URL: https://github.com/apache/pinot/issues/10274#issuecomment-1468123192
@xiangfu0 Our org does need to build a corretto imageJust wanted to see if I can help with story Looking at the README it looks like existing dockerfile already supports modifying the Java distribution https://github.com/apache/pinot/tree/master/docker/images/pinot-base.If it is the case will i work if we just add another task for Corretto by passing env arg OPENJDK_IMAGE to [amazoncorretto](https://hub.docker.com/_/amazoncorretto). Or do you think we might need a new DockerFile https://github.com/apache/pinot/blob/master/.github/workflows/build-pinot-docker-image.yml#L59-L67 cc @mayankshriv -- 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]
