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.
- alpine
ghrc.io/andyondrya/yolks:alpine
- debian
ghrc.io/andyondrya/yolks:debian
- ubuntu
ghrc.io/andyondrya/yolks:ubuntu
go1.14ghrc.io/andyondrya/yolks:go_1.14
go1.15ghrc.io/andyondrya/yolks:go_1.15
go1.16ghrc.io/andyondrya/yolks:go_1.16
go1.17ghrc.io/andyondrya/yolks:go_1.17
go1.18ghrc.io/andyondrya/yolks:go_1.18
go1.19ghrc.io/andyondrya/yolks:go_1.19
go1.20ghrc.io/andyondrya/yolks:go_1.20
go1.21ghrc.io/andyondrya/yolks:go_1.21
go1.22ghrc.io/andyondrya/yolks:go_1.22
go1.23ghrc.io/andyondrya/yolks:go_1.23
go1.24ghrc.io/andyondrya/yolks:go_1.24
java8ghrc.io/andyondrya/yolks:java_8
java11ghrc.io/andyondrya/yolks:java_11
java16ghrc.io/andyondrya/yolks:java_16
java17ghrc.io/andyondrya/yolks:java_17
java19ghrc.io/andyondrya/yolks:java_19
java21ghrc.io/andyondrya/yolks:java_21
java22ghrc.io/andyondrya/yolks:java_22
java25ghrc.io/andyondrya/yolks:java_25
MariaDB 10.3ghrc.io/andyondrya/yolks:mariadb_10.3
MariaDB 10.4ghrc.io/andyondrya/yolks:mariadb_10.4
MariaDB 10.5ghrc.io/andyondrya/yolks:mariadb_10.5
MariaDB 10.6ghrc.io/andyondrya/yolks:mariadb_10.6
MariaDB 10.7ghrc.io/andyondrya/yolks:mariadb_10.7
MariaDB 11.2ghrc.io/andyondrya/yolks:mariadb_11.2
MariaDB 11.3ghrc.io/andyondrya/yolks:mariadb_11.3
MariaDB 11.4ghrc.io/andyondrya/yolks:mariadb_11.4
MariaDB 11.5ghrc.io/andyondrya/yolks:mariadb_11.5
MariaDB 11.6ghrc.io/andyondrya/yolks:mariadb_11.6
MongoDB 5ghrc.io/andyondrya/yolks:mongodb_5
MongoDB 6ghrc.io/andyondrya/yolks:mongodb_6
MongoDB 7ghrc.io/andyondrya/yolks:mongodb_7
MongoDB 8ghrc.io/andyondrya/yolks:mongodb_8
node12ghrc.io/andyondrya/yolks:nodejs_12
node14ghrc.io/andyondrya/yolks:nodejs_14
node16ghrc.io/andyondrya/yolks:nodejs_16
node17ghrc.io/andyondrya/yolks:nodejs_17
node18ghrc.io/andyondrya/yolks:nodejs_18
node19ghrc.io/andyondrya/yolks:nodejs_19
node20ghrc.io/andyondrya/yolks:nodejs_20
node21ghrc.io/andyondrya/yolks:nodejs_21
node22ghrc.io/andyondrya/yolks:nodejs_22
node23ghrc.io/andyondrya/yolks:nodejs_23
node24ghrc.io/andyondrya/yolks:nodejs_24
Postgres 9ghrc.io/andyondrya/yolks:postgres_9
Postgres 10ghrc.io/andyondrya/yolks:postgres_10
Postgres 11ghrc.io/andyondrya/yolks:postgres_11
Postgres 12ghrc.io/andyondrya/yolks:postgres_12
Postgres 13ghrc.io/andyondrya/yolks:postgres_13
Postgres 14ghrc.io/andyondrya/yolks:postgres_14
python3.7ghrc.io/andyondrya/yolks:python_3.7
python3.8ghrc.io/andyondrya/yolks:python_3.8
python3.9ghrc.io/andyondrya/yolks:python_3.9
python3.10ghrc.io/andyondrya/yolks:python_3.10
python3.11ghrc.io/andyondrya/yolks:python_3.11
python3.12ghrc.io/andyondrya/yolks:python_3.12
python3.13ghrc.io/andyondrya/yolks:python_3.13
Redis 5ghrc.io/andyondrya/yolks:redis_5
Redis 6ghrc.io/andyondrya/yolks:redis_6
Redis 7ghrc.io/andyondrya/yolks:redis_7
Redis 8ghrc.io/andyondrya/yolks:redis_8
alpine-installghrc.io/andyondrya/installers:alpine
debian-installghrc.io/andyondrya/installers:debian
ubuntu-installghrc.io/andyondrya/installers:ubuntu