diff --git a/.github/workflows/build-multiarch.yml b/.github/workflows/build-multiarch.yml index a9263286..8bcc578b 100644 --- a/.github/workflows/build-multiarch.yml +++ b/.github/workflows/build-multiarch.yml @@ -5,15 +5,17 @@ on: - master - "*-multiarch" - "multiarch*" - - java11 - - java15 + - java8-openj9 + - java11* + - java15* - java16* - test/multiarch/* tags: - "[0-9]+.[0-9]+.[0-9]+" - "[0-9]+.[0-9]+.[0-9]+-multiarch*" - "[0-9]+.[0-9]+.[0-9]+-*multiarch" - - "[0-9]+.[0-9]+.[0-9]+-java11" + - "[0-9]+.[0-9]+.[0-9]+-java8-openj9" + - "[0-9]+.[0-9]+.[0-9]+-java11*" - "[0-9]+.[0-9]+.[0-9]+-java15" - "[0-9]+.[0-9]+.[0-9]+-java16*" paths-ignore: diff --git a/README.md b/README.md index 59253227..84bf2a6a 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ By default, the container will download the latest version of the "vanilla" [Min * [Enabling Autopause](#enabling-autopause) * [Running on RaspberryPi](#running-on-raspberrypi) - + @@ -268,8 +268,6 @@ the server jar remain in the `/data` directory. It is safe to remove those._ ## Running Minecraft server on different Java version -> **NOTE** [as of snapshot 21W19A](https://www.minecraft.net/en-us/article/minecraft-snapshot-21w19a), Java 16 is now required. Please use `itzg/minecraft-server:java16` for that version and newer. Consideration of changing the `latest` will be made after 1.17 releases. - To use a different version of Java, please use a docker tag to run your Minecraft server. | Tag name | Java version | Linux | JVM Type | Architecture | @@ -278,13 +276,12 @@ To use a different version of Java, please use a docker tag to run your Minecraf | edge | 16 | Debian | Hotspot | amd64,arm64,armv7 | | java8 | 8 | Alpine | Hotspot | amd64 | | java8-multiarch | 8 | Debian | Hotspot | amd64,arm64,armv7 | +| java8-openj9 | 8 | Debian | OpenJ9 | amd64 | +| java11 | 11 | Debian | Hotspot | amd64,arm64,armv7 | +| java11-openj9 | 11 | Debian | OpenJ9 | amd64 | | java15 | 15 | Debian | Hotspot | amd64,arm64,armv7 | | java16 | 16 | Debian | Hotspot | amd64,arm64,armv7 | | java16-openj9 | 16 | Debian | OpenJ9 | amd64 | -| adopt11 | 11 | Alpine | Hotspot | amd64 | -| openj9 | 8 | Alpine | OpenJ9 | amd64 | -| openj9-11 | 11 | Alpine | OpenJ9 | amd64 | -| multiarch | 11 | Debian | Hotspot | amd64,arm64,armv7 | | multiarch-latest | 15+ | Debian | Hotspot | amd64,arm64,armv7 | For example, to use Java version 15 on any supported architecture: @@ -1337,9 +1334,7 @@ The following environment variables define the behaviour of auto-pausing: ## Running on RaspberryPi -To run this image on a RaspberryPi 3 B+, 4, or newer, use any of the image tags [list in the Java version section](#running-minecraft-server-on-different-java-version) that specify `armv7` for the architecture, such as - - itzg/minecraft-server:multiarch +To run this image on a RaspberryPi 3 B+, 4, or newer, use any of the image tags [list in the Java version section](#running-minecraft-server-on-different-java-version) that specify `armv7` for the architecture, which includes `itzg/minecraft-server:latest`. > NOTE: you may need to lower the memory allocation, such as `-e MEMORY=750m` diff --git a/docker-versions-create.sh b/docker-versions-create.sh index 1c6d166a..81a7bdcd 100755 --- a/docker-versions-create.sh +++ b/docker-versions-create.sh @@ -4,13 +4,12 @@ branches_list=( 'java8' 'java8-multiarch' - 'openj9' - 'openj9-11' + 'java8-openj9' 'java11' + 'java11-openj9' 'java15' 'java16' 'java16-openj9' - 'multiarch' 'multiarch-latest' ) diff --git a/tests/docker-compose.test.yml b/tests/docker-compose.test.yml index ed96ba50..bc6fc775 100644 --- a/tests/docker-compose.test.yml +++ b/tests/docker-compose.test.yml @@ -10,6 +10,9 @@ services: restart: "no" build: context: .. + args: + TARGETOS: linux + TARGETARCH: amd64 cache_from: - itzg/minecraft-server:latest environment: