Docker images designed for use with Pterodactyl's Egg system. Modified for Pizzabyte.
These images are running the Java software at a specified version. You can switch a server from running one version to another version without any issues.
Currently built versions with their vendors are Eclipse Temurin, IBM Semeru, and GraalVM CE. Only LTS versions are provided.
Note
Make sure of which image you use, as performance and stability can vary between vendors. We recommend Eclispe Temurin as the best baseline for any Java-based image.
All images are built for linux/amd64 and linux/arm64 EXCEPT for java_8-graalvm ARM64 versions of GraalVM CE don't exist for Java 8.
java8java8-temuringhcr.io/pizzabytellc/images:java_8-temurin
java8-semerughcr.io/pizzabytellc/images:java_8-semeru
java8-graalvmghcr.io/pizzabytellc/images:java_8-graalvm
java11java11-temuringhcr.io/pizzabytellc/images:java_11-temurin
java11-semerughcr.io/pizzabytellc/images:java_11-semeru
java11-graalvmghcr.io/pizzabytellc/images:java_11-graalvm
java17java17-temuringhcr.io/pizzabytellc/images:java_17-temurin
java17-semerughcr.io/pizzabytellc/images:java_17-semeru
java17-graalvmghcr.io/pizzabytellc/images:java_17-graalvm
java21java21-temuringhcr.io/pizzabytellc/images:java_21-temurin
java21-semerughcr.io/pizzabytellc/images:java_21-semeru
java21-graalvmghcr.io/pizzabytellc/images:java_21-graalvm
java25java25-temuringhcr.io/pizzabytellc/images:java_25-temurin
java25-semerughcr.io/pizzabytellc/images:java_25-semeru
java25-graalvmghcr.io/pizzabytellc/images:java_25-graalvm
These images are used by install scripts for different Eggs within Pterodactyl, not for actually running a game server. These images are only designed to reduce installation time and network usage by pre-installing common installation dependencies such as curl and wget.