A curated collection of core images that can be used with Pterodactyl's Egg system. Each image is rebuilt periodically to ensure dependencies are always up-to-date.
Images are hosted on ghcr.io and exist under the games, installers, and yolks spaces. The following logic
is used when determining which space an image will live under:
games— anything within thegamesfolder in the repository. These are images built for running a specific game or type of game.installers— anything living within theinstallersdirectory. 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 ascurlandwget.yolks— these are more generic images that allow different types of games or scripts to run. They're generally just a specific version of software and allow different Eggs within Pterodactyl to switch out the underlying implementation. An example of this would be something like Java or Python which are used for running bots, Minecraft servers, etc.
All of these images are available for linux/amd64 and linux/arm64 versions, unless otherwise specified, to use
these images on an arm system, no modification to them or the tag is needed, they should just work.
When adding a new version to an existing image, such as java v42, you'd add it within a child folder of java, so
java/42/Dockerfile for example. Please also update the correct .github/workflows file to ensure that this new version
is tagged correctly.
- alpine
ghcr.io/parkervcp/yolks:alpine
- debian
ghcr.io/parkervcp/yolks:debian
- ubuntu
ghcr.io/parkervcp/yolks:ubuntu
bastionghcr.io/parkervcp/yolks:bot_bastion
parkertronghcr.io/parkervcp/yolks:bot_parkertron
redbotghcr.io/parkervcp/yolks:bot_red
sinusbotghcr.io/parkervcp/yolks:bot_sinusbot
cassandra_java8_python27ghcr.io/parkervcp/yolks:cassandra_java11_python2
cassandra_java11_python3ghcr.io/parkervcp/yolks:cassandra_java11_python3
dotnet2.1ghcr.io/parkervcp/yolks:dotnet_2.1
dotnet3.1ghcr.io/parkervcp/yolks:dotnet_3.1
dotnet5.0ghcr.io/parkervcp/yolks:dotnet_5
dotnet6.0ghcr.io/parkervcp/yolks:dotnet_6
erlang22ghcr.io/parkervcp/yolks:erlang_22
erlang23ghcr.io/parkervcp/yolks:erlang_23
erlang24ghcr.io/parkervcp/yolks:erlang_24
go1.14ghcr.io/parkervcp/yolks:go_1.14
go1.15ghcr.io/parkervcp/yolks:go_1.15
go1.16ghcr.io/parkervcp/yolks:go_1.16
java7ghcr.io/parkervcp/yolks:java_7
java8ghcr.io/parkervcp/yolks:java_8
java9ghcr.io/parkervcp/yolks:java_9
java11ghcr.io/parkervcp/yolks:java_11
java14ghcr.io/parkervcp/yolks:java_14
java16ghcr.io/parkervcp/yolks:java_16
java17ghcr.io/parkervcp/yolks:java_17
mono_latestghcr.io/parkervcp/yolks:mono_latest
node12ghcr.io/parkervcp/yolks:nodejs_12
node14ghcr.io/parkervcp/yolks:nodejs_14
node15ghcr.io/parkervcp/yolks:nodejs_15
node16ghcr.io/parkervcp/yolks:nodejs_16
node17ghcr.io/parkervcp/yolks:nodejs_17
python3.7ghcr.io/parkervcp/yolks:python_3.7
python3.8ghcr.io/parkervcp/yolks:python_3.8
python3.9ghcr.io/parkervcp/yolks:python_3.9
python3.10ghcr.io/parkervcp/yolks:python_3.10
TeaSpeakghcr.io/parkervcp/yolks:voice_teaspeak
Wineghcr.io/parkervcp/yolks:wine_latest
alpine-installghcr.io/parkervcp/installers:alpine
debian-installghcr.io/parkervcp/installers:debian