reiabreu opened a new pull request, #3: URL: https://github.com/apache/storm-docker/pull/3
Adds `3.1.0` and `3.1.0-lite` images for the Apache Storm 3.1.0 release, mirroring the existing `3.0.0` template. - Base image `eclipse-temurin:25-jre` (Storm 3.x requires Java 25) — unchanged from 3.0.0. - Only the version differs: `ARG DISTRO_NAME=apache-storm-3.1.0` (and, for lite, `DISTRO_NAME=apache-storm-3.1.0-lite` + `RELEASE_DIR=apache-storm-3.1.0`). - GPG signing key list and `docker-entrypoint.sh` unchanged from 3.0.0. Note: the images fetch the release artifacts (including `apache-storm-3.1.0-lite.tar.gz`) from the Apache dist area, so they only build once the 3.1.0 distribution — including the lite tarball — is published to the mirrors/archive. 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
