Skip to content

Commit 263fcec

Browse files
committed
Add java25 variant, deprecate java24
1 parent 3a14060 commit 263fcec

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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
270270
The 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

0 commit comments

Comments
 (0)