This is an automated email from the ASF dual-hosted git repository.
cwylie pushed a commit to branch 35.0.1
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/35.0.1 by this push:
new 98c52dc72bc fix 35.0.1 ci (#18797)
98c52dc72bc is described below
commit 98c52dc72bccd376d5e3fdf98334cb9c8ce0de33
Author: Clint Wylie <[email protected]>
AuthorDate: Mon Dec 1 22:34:29 2025 -0800
fix 35.0.1 ci (#18797)
* fix release notes spelling and switch integration-tests-ex docker file to
use 21
---
docs/release-info/release-notes.md | 2 +-
integration-tests-ex/image/docker/Dockerfile | 9 ++-------
2 files changed, 3 insertions(+), 8 deletions(-)
diff --git a/docs/release-info/release-notes.md
b/docs/release-info/release-notes.md
index 4b8959bbf80..139200ba227 100644
--- a/docs/release-info/release-notes.md
+++ b/docs/release-info/release-notes.md
@@ -30,6 +30,6 @@ For information about new features in Druid 35, see the
[Druid 35 release notes]
## Bug fixes
-* Fixes an issue with segment dropping that would not unmap the memory mapped
segment files, leaving file descriptors open until the process exits
[#18782](https://github.com/apache/druid/pull/18782)
+* Fixes an issue with segment dropping not properly removing the memory
mapping of segment files, leaving file descriptors of the deleted files open
until the process exits [#18782](https://github.com/apache/druid/pull/18782)
* Fixes protobuf input format URL path loading
[#18770](https://github.com/apache/druid/pull/18770)
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]