pterodactyl-images
pterodactyl-images copied to clipboard
Pterodactyl Docker images for Pelican/Pterodactyl/WISP Game Panels
trafficstars
Pterodactyl/WISP Docker Images
Docker images that can be used with the Pterodactyl/WISP Game Panel. You can request more images by opening a new issue. These are mostly created for myself.
Additional Pterodactyl images can be found at Parkervcp, Matthewpi and Yolks repositories.
How to add image to your egg
Navigate to Admin Panel -> Nests -> Select your egg. Add Docker image URL(s) from the available list into the Docker Images section.

Supported Platforms
| Image | Supported platforms |
|---|---|
| Java Azul Zulu | AMD64, ARM64 |
| Java Eclipse Temurin | AMD64, ARM64 |
| Java GraalVM | AMD64, ARM64 |
| Java Shenandoah | AMD64, ARM64 |
| Java OpenJ9 | AMD64 |
| Node.js | AMD64, ARM64 |
| Python | AMD64, ARM64 |
| Sourcemod | AMD64 |
Java Azul Zulu [AMD64/ARM64]
- Java 8 Zulu
ghcr.io/software-noob/pterodactyl-images:java_8_zulu
- Java 11 Zulu
ghcr.io/software-noob/pterodactyl-images:java_11_zulu
- Java 16 Zulu
ghcr.io/software-noob/pterodactyl-images:java_16_zulu
- Java 17 Zulu
ghcr.io/software-noob/pterodactyl-images:java_17_zulu
- Java 18 Zulu
ghcr.io/software-noob/pterodactyl-images:java_18_zulu
Java Eclipse Temurin [AMD64/ARM64]
- Java 8
ghcr.io/software-noob/pterodactyl-images:java_8
- Java 11
ghcr.io/software-noob/pterodactyl-images:java_11
- Java 16
ghcr.io/software-noob/pterodactyl-images:java_16
- Java 17
ghcr.io/software-noob/pterodactyl-images:java_17
- Java 18
ghcr.io/software-noob/pterodactyl-images:java_18
Java GraalVM [AMD64/ARM64]
- Java 8 GraalVM-CE
ghcr.io/software-noob/pterodactyl-images:java_8_graalvm
- Java 11 GraalVM JDK
ghcr.io/software-noob/pterodactyl-images:java_11_graalvm
- Java 17 GraalVM JDK
ghcr.io/software-noob/pterodactyl-images:java_17_graalvm
Java OpenJ9 [AMD64]
- Java 8 OpenJ9
ghcr.io/software-noob/pterodactyl-images:java_8_openj9
- Java 11 OpenJ9
ghcr.io/software-noob/pterodactyl-images:java_11_openj9
- Java 16 OpenJ9
ghcr.io/software-noob/pterodactyl-images:java_16_openj9
- Java 17 OpenJ9
ghcr.io/software-noob/pterodactyl-images:java_17_openj9
- Java 18 OpenJ9
ghcr.io/software-noob/pterodactyl-images:java_18_openj9
Java Shenandoah [AMD64/ARM64]
- Java 8 Shenandoah
ghcr.io/software-noob/pterodactyl-images:java_8_shenandoah
- Java 11 Shenandoah
ghcr.io/software-noob/pterodactyl-images:java_11_shenandoah
- Java 17 Shenandoah
ghcr.io/software-noob/pterodactyl-images:java_17_shenandoah
Node.js [AMD64/ARM64]
- Nodejs 12
ghcr.io/software-noob/pterodactyl-images:nodejs_12
- Nodejs 14
ghcr.io/software-noob/pterodactyl-images:nodejs_14
- Nodejs 15
ghcr.io/software-noob/pterodactyl-images:nodejs_15
- Nodejs 16
ghcr.io/software-noob/pterodactyl-images:nodejs_16
- Nodejs 17
ghcr.io/software-noob/pterodactyl-images:nodejs_17
- Nodejs 18
ghcr.io/software-noob/pterodactyl-images:nodejs_18
Python [AMD64/ARM64]
- Python 2.7
ghcr.io/software-noob/pterodactyl-images:python_2.7
- Python 3.6
ghcr.io/software-noob/pterodactyl-images:python_3.6
- Python 3.7
ghcr.io/software-noob/pterodactyl-images:python_3.7
- Python 3.8
ghcr.io/software-noob/pterodactyl-images:python_3.8
- Python 3.9
ghcr.io/software-noob/pterodactyl-images:python_3.9
- Python 3.10
ghcr.io/software-noob/pterodactyl-images:python_3.10
- Python 3.11 RC
ghcr.io/software-noob/pterodactyl-images:python_3.11
Game specific
Sourcemod [ARM64]
-
ghcr.io/software-noob/pterodactyl-images:games_source-sourcemod
Optionally installs and updates SourceMod/Metamod on each server startup. Requires adding egg environment variable
SOURCEMOD.
Custom versions can be set with the use of
SM_VERSIONandMM_VERSIONvariables. Invalid versions will default to the latest stable version.