This is an automated email from the ASF dual-hosted git repository. cwylie pushed a commit to branch try-fix-35.0.1-ci in repository https://gitbox.apache.org/repos/asf/druid.git
commit 73b3a68693ddb5c53ec72a229a4ef766e18f01b7 Author: Clint Wylie <[email protected]> AuthorDate: Mon Dec 1 19:50:58 2025 -0800 try fix 35.0.1 ci --- integration-tests-ex/image/docker/Dockerfile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/integration-tests-ex/image/docker/Dockerfile b/integration-tests-ex/image/docker/Dockerfile index deb5bb8d9b8..8a12da0223f 100644 --- a/integration-tests-ex/image/docker/Dockerfile +++ b/integration-tests-ex/image/docker/Dockerfile @@ -28,13 +28,8 @@ # This Dockerfile prefers to use the COPY command over ADD. # See: https://phoenixnap.com/kb/docker-add-vs-copy -ARG JDK_VERSION=17-slim-buster - -# The FROM image provides Java on top of Debian, and -# thus provides bash, apt-get, etc. -# See https://hub.docker.com/_/openjdk - -FROM openjdk:$JDK_VERSION +ARG JDK_VERSION=21-jre-jammy +FROM eclipse-temurin:$JDK_VERSION ARG DRUID_VERSION ENV DRUID_VERSION=$DRUID_VERSION --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
