File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -17,14 +17,14 @@ jobs:
1717 matrix :
1818 variant :
1919 - java21
20- - java24
20+ - java25
2121 - java17
2222 - java8
2323 include :
24- - variant : java24
25- baseImage : eclipse-temurin:24 -jre
24+ - variant : java25
25+ baseImage : eclipse-temurin:25 -jre
2626 platforms : linux/amd64,linux/arm64
27- tagPrefix : java24 -
27+ tagPrefix : java25 -
2828 - variant : java21
2929 baseImage : eclipse-temurin:21-jre
3030 platforms : linux/amd64,linux/arm64
Original file line number Diff line number Diff line change @@ -263,13 +263,14 @@ The following table shows the Java versions and CPU architectures supported by t
263263|--------|------|---------------------|
264264| latest | 17 | amd64, arm64, armv7 |
265265| java8 | 8 | amd64, arm64, armv7 |
266- | java24 | 24 | amd64, arm64 |
266+ | java25 | 25 | amd64, arm64 |
267267
268268### Deprecated image tags
269269
270270The following image tags are deprecated. They are still available from Docker Hub but no longer received updates.
271271
272272- java11
273+ - java24
273274
274275## Interacting with the server
275276
You can’t perform that action at this time.
0 commit comments