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.
java8
java8-temurin
ghcr.io/pizzabytellc/images:java_8-temurin
java8-semeru
ghcr.io/pizzabytellc/images:java_8-semeru
java8-graalvm
ghcr.io/pizzabytellc/images:java_8-graalvm
java11
java11-temurin
ghcr.io/pizzabytellc/images:java_11-temurin
java11-semeru
ghcr.io/pizzabytellc/images:java_11-semeru
java11-graalvm
ghcr.io/pizzabytellc/images:java_11-graalvm
java17
java17-temurin
ghcr.io/pizzabytellc/images:java_17-temurin
java17-semeru
ghcr.io/pizzabytellc/images:java_17-semeru
java17-graalvm
ghcr.io/pizzabytellc/images:java_17-graalvm
java21
java21-temurin
ghcr.io/pizzabytellc/images:java_21-temurin
java21-semeru
ghcr.io/pizzabytellc/images:java_21-semeru
java21-graalvm
ghcr.io/pizzabytellc/images:java_21-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
.