Skip to content

Commit c909406

Browse files
authored
Bump latest/stable image variant to java25 (#3845)
1 parent 320ad09 commit c909406

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
env:
109109
IMAGE_TO_TEST: "${{ github.repository_owner }}/minecraft-server:test-${{ matrix.variant }}-${{ github.run_id }}"
110110
HAS_IMAGE_REPO_ACCESS: ${{ secrets.DOCKER_USER != '' && secrets.DOCKER_PASSWORD != '' }}
111-
MAIN_VARIANT: java21
111+
MAIN_VARIANT: java25
112112
runs-on: ubuntu-22.04
113113
steps:
114114
- name: Checkout

.github/workflows/verify-pr.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
variant:
22-
- java21
22+
- java25
2323
- java21-alpine
2424
- java17
2525
- java8
2626
include:
27-
# JAVA 21:
28-
- variant: java21
29-
baseImage: eclipse-temurin:21-jre
27+
# JAVA 21/25:
28+
- variant: java25
29+
baseImage: eclipse-temurin:25-jre
3030
platforms: linux/amd64,linux/arm64
3131
mcVersion: latest
3232
- variant: java21-alpine

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG BASE_IMAGE=eclipse-temurin:21-jre
1+
ARG BASE_IMAGE=eclipse-temurin:25-jre
22
FROM ${BASE_IMAGE}
33

44
# hook into docker BuildKit --platform support

docs/versions/java.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ where `<tag>` refers to the first column of this table:
1212

1313
| Tag | Java version | Linux | JVM Type | Architecture | Note |
1414
|----------------|--------------|--------|--------------------|---------------------|------|
15-
| latest | 21 | Ubuntu | Hotspot | amd64, arm64 | |
16-
| stable | 21 | Ubuntu | Hotspot | amd64, arm64 | |
15+
| latest | 25 | Ubuntu | Hotspot | amd64, arm64 | |
16+
| stable | 25 | Ubuntu | Hotspot | amd64, arm64 | |
1717
| java25 | 25 | Ubuntu | Hotspot | amd64, arm64 | |
1818
| java25-jdk | 25 | Ubuntu | Hotspot+JDK | amd64, arm64 | |
1919
| java25-graalvm | 25 | Oracle | Oracle GraalVM (3) | amd64, arm64 | (5) |

0 commit comments

Comments
 (0)