File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1- ARG BASE_IMAGE=eclipse-temurin:21 -jre
1+ ARG BASE_IMAGE=eclipse-temurin:25 -jre
22FROM ${BASE_IMAGE}
33
44# hook into docker BuildKit --platform support
Original file line number Diff line number Diff 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) |
You can’t perform that action at this time.
0 commit comments