Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dev-tools/cluster/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion dev-tools/cluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down
Loading