Akshat-Jain commented on code in PR #17466: URL: https://github.com/apache/druid/pull/17466#discussion_r1847096840
########## integration-tests-ex/image/docker/Dockerfile: ########## @@ -28,7 +28,7 @@ # This Dockerfile prefers to use the COPY command over ADD. # See: https://phoenixnap.com/kb/docker-add-vs-copy -ARG JDK_VERSION=8-slim-buster +ARG JDK_VERSION=17-slim-buster Review Comment: I don't see a recent image of `bookworm` or `bullseye` for JDK 17 - they also seem to be 3 years older. I see recent images like [openjdk:24-ea-17-jdk-slim-bullseye](https://hub.docker.com/layers/library/openjdk/24-ea-17-jdk-slim-bullseye/images/sha256-934218e043ebb38a8dee819530aca96474d69d819306a5370555675c74869224?context=explore) and [openjdk:24-ea-17-jdk-slim-bookworm](https://hub.docker.com/layers/library/openjdk/24-ea-17-jdk-slim-bookworm/images/sha256-7fe4b436108ba9761c6b64e48867c4bb953562a42cfcd546993ce1e5f0771970?context=explore), but I don't think that's what we need? (IIUC, these names mean that 17 is the build number for Java 24's EA release?) Can you suggest which image you had in mind? Please let me know if I'm missing something, thanks! -- 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]
