Skip to content

Latest commit

 

History

History
55 lines (46 loc) · 2.55 KB

README.md

File metadata and controls

55 lines (46 loc) · 2.55 KB

Pizzabyte Images

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.

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.

  • alpine
    • ghcr.io/pizzabytellc/installers:alpine
  • debian
    • ghcr.io/pizzabytellc/installers:debian
  • ubuntu
    • ghcr.io/pizzabytellc/installers:ubuntu