From 263fcec2ba0dcd228ef2de2c23a05765539a47c9 Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Sat, 27 Sep 2025 15:28:26 -0500 Subject: [PATCH] Add java25 variant, deprecate java24 --- .github/workflows/build.yml | 8 ++++---- README.md | 3 ++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f1da167..a17da82 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,14 +17,14 @@ jobs: matrix: variant: - java21 - - java24 + - java25 - java17 - java8 include: - - variant: java24 - baseImage: eclipse-temurin:24-jre + - variant: java25 + baseImage: eclipse-temurin:25-jre platforms: linux/amd64,linux/arm64 - tagPrefix: java24- + tagPrefix: java25- - variant: java21 baseImage: eclipse-temurin:21-jre platforms: linux/amd64,linux/arm64 diff --git a/README.md b/README.md index 2c67462..d56bff6 100644 --- a/README.md +++ b/README.md @@ -263,13 +263,14 @@ The following table shows the Java versions and CPU architectures supported by t |--------|------|---------------------| | latest | 17 | amd64, arm64, armv7 | | java8 | 8 | amd64, arm64, armv7 | -| java24 | 24 | amd64, arm64 | +| java25 | 25 | amd64, arm64 | ### Deprecated image tags The following image tags are deprecated. They are still available from Docker Hub but no longer received updates. - java11 +- java24 ## Interacting with the server