This is an automated email from the ASF dual-hosted git repository.
GGraziadei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git
The following commit(s) were added to refs/heads/master by this push:
new 597d541b4 Bump dev-tools/cluster Docker image to Java 25 (#8897)
597d541b4 is described below
commit 597d541b4df3ff86e2a730436ac375122dedcc65
Author: Gianluca Graziadei <[email protected]>
AuthorDate: Sun Jul 12 21:57:53 2026 +0200
Bump dev-tools/cluster Docker image to Java 25 (#8897)
---
dev-tools/cluster/Dockerfile | 2 +-
dev-tools/cluster/README.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-tools/cluster/Dockerfile b/dev-tools/cluster/Dockerfile
index c33f1dfac..f3caa3c36 100644
--- a/dev-tools/cluster/Dockerfile
+++ b/dev-tools/cluster/Dockerfile
@@ -25,7 +25,7 @@
# storm-dist/binary/final-package/target
#
# or simply `docker compose up --build` from this directory.
-FROM eclipse-temurin:21-jre-jammy
+FROM eclipse-temurin:25-jre-jammy
ARG STORM_VERSION=3.0.0-SNAPSHOT
diff --git a/dev-tools/cluster/README.md b/dev-tools/cluster/README.md
index e8840832f..4d893d8f7 100644
--- a/dev-tools/cluster/README.md
+++ b/dev-tools/cluster/README.md
@@ -41,7 +41,7 @@ detailed under [Metrics &
reports](#metrics--reports-prometheus--grafana).
| File | Purpose |
|------|---------|
-| `Dockerfile` | Runtime image `FROM eclipse-temurin:21-jre`, unpacks the
built dist into `/opt/storm`. |
+| `Dockerfile` | Runtime image `FROM eclipse-temurin:25-jre`, unpacks the
built dist into `/opt/storm`. |
| `Dockerfile.dockerignore` | Keeps the build context to just the dist
tarball. |
| `storm.yaml` | Cluster config (ZK + Nimbus seeds + slots), bind-mounted into
every daemon. |
| `docker-compose.yml` | dev ZooKeeper, Nimbus, supervisor1, supervisor2, UI,
Pushgateway, graphite-exporter, Prometheus, Grafana. |