Skip to content

Update to Storm 2.8.1 and adds JRE21 image #19273

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 16, 2025
Merged

Conversation

rzo1
Copy link
Contributor

@rzo1 rzo1 commented Jun 16, 2025

Update to the latest release of Storm + adds JRE21 runtime flavour.

@rzo1 rzo1 requested a review from a team as a code owner June 16, 2025 06:50

This comment has been minimized.

@rzo1 rzo1 reopened this Jun 16, 2025
Copy link

Diff for c97daec:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 9a6a27e..7321e55 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -2,6 +2,10 @@ Maintainers: The Apache Storm Project <dev@storm.apache.org> (@asfbot), Julien N
 Architectures: amd64, arm64v8
 GitRepo: https://github.com/apache/storm-docker.git
 
-Tags: 2.8.0, 2.8, latest, 2.8.0-jre17, 2.8-jre17
-GitCommit: fefacef2f400d8f437675b11e08bc6098a91c188
-Directory: 2.8.0
+Tags: 2.8.1-jre17, 2.8-jre17, 2.8.1, 2.8, latest
+GitCommit: c81967cfcd43d2535f097f0c68eacdbf4ec778cf
+Directory: 2.8.1
+
+Tags: 2.8.1-jre21, 2.8-jre21
+GitCommit: c81967cfcd43d2535f097f0c68eacdbf4ec778cf
+Directory: 2.8.1-jre21
diff --git a/_bashbrew-list b/_bashbrew-list
index 31fa2c7..3c6a908 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,5 +1,7 @@
 storm:2.8
 storm:2.8-jre17
-storm:2.8.0
-storm:2.8.0-jre17
+storm:2.8-jre21
+storm:2.8.1
+storm:2.8.1-jre17
+storm:2.8.1-jre21
 storm:latest
diff --git a/_bashbrew-list-build-order b/_bashbrew-list-build-order
index 49fd5bf..d0e2554 100644
--- a/_bashbrew-list-build-order
+++ b/_bashbrew-list-build-order
@@ -1 +1,2 @@
-storm:2.8-jre17
+storm:2.8-jre21
+storm:latest
diff --git a/storm_2.8-jre17/Dockerfile b/storm_2.8-jre21/Dockerfile
similarity index 98%
copy from storm_2.8-jre17/Dockerfile
copy to storm_2.8-jre21/Dockerfile
index cbc103b..a366da4 100644
--- a/storm_2.8-jre17/Dockerfile
+++ b/storm_2.8-jre21/Dockerfile
@@ -1,4 +1,4 @@
-FROM eclipse-temurin:17-jre
+FROM eclipse-temurin:21-jre
 
 ENV STORM_CONF_DIR=/conf \
     STORM_DATA_DIR=/data \
@@ -33,7 +33,7 @@ RUN set -eux; \
 # Verify that gosu binary works
     gosu nobody true
 
-ARG DISTRO_NAME=apache-storm-2.8.0
+ARG DISTRO_NAME=apache-storm-2.8.1
 
 
 # Download Apache Storm, verify its PGP signature, untar and clean up
diff --git a/storm_2.8-jre17/docker-entrypoint.sh b/storm_2.8-jre21/docker-entrypoint.sh
similarity index 100%
copy from storm_2.8-jre17/docker-entrypoint.sh
copy to storm_2.8-jre21/docker-entrypoint.sh
diff --git a/storm_2.8-jre17/Dockerfile b/storm_latest/Dockerfile
similarity index 99%
rename from storm_2.8-jre17/Dockerfile
rename to storm_latest/Dockerfile
index cbc103b..ba3992e 100644
--- a/storm_2.8-jre17/Dockerfile
+++ b/storm_latest/Dockerfile
@@ -33,7 +33,7 @@ RUN set -eux; \
 # Verify that gosu binary works
     gosu nobody true
 
-ARG DISTRO_NAME=apache-storm-2.8.0
+ARG DISTRO_NAME=apache-storm-2.8.1
 
 
 # Download Apache Storm, verify its PGP signature, untar and clean up
diff --git a/storm_2.8-jre17/docker-entrypoint.sh b/storm_latest/docker-entrypoint.sh
similarity index 100%
rename from storm_2.8-jre17/docker-entrypoint.sh
rename to storm_latest/docker-entrypoint.sh

Relevant Maintainers:

@yosifkit yosifkit merged commit 2ccf44a into docker-library:master Jun 16, 2025
10 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants