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
, java
and yolks
spaces. The following logic
is used when determining which space an image will live under:
games
— anything within thegames
folder in the repository. These are images built for running a specific game or type of game.installers
— anything living within theinstallers
directory. 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 ascurl
andwget
.java
— anything living within thejava
directory. These images are used specifically for java programs and hold various java distributions such astemurin
,corretto
and more.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 Python which are used for running bots, 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
ghcr.io/egomaw/yolks:alpine
Debian
ghcr.io/egomaw/yolks:debian
Ubuntu
ghcr.io/egomaw/yolks:ubuntu
DotNet 2.1
ghcr.io/egomaw/yolks:dotnet_2.1
DotNet 3.1
ghcr.io/egomaw/yolks:dotnet_3.1
DotNet 5.0
ghcr.io/egomaw/yolks:dotnet_5
DotNet 6.0
ghcr.io/egomaw/yolks:dotnet_6
DotNet 7.0
ghcr.io/egomaw/yolks:dotnet_7
DotNet 8.0
ghcr.io/egomaw/yolks:dotnet_8
DotNet 9.0
ghcr.io/egomaw/yolks:dotnet_9
Go 1.14
ghcr.io/egomaw/yolks:go_1.14
Go 1.15
ghcr.io/egomaw/yolks:go_1.15
Go 1.16
ghcr.io/egomaw/yolks:go_1.16
go1.17
ghcr.io/egomaw/yolks:go_1.17
Go 1.18
ghcr.io/egomaw/yolks:go_1.18
Go 1.19
ghcr.io/egomaw/yolks:go_1.19
Go 1.20
ghcr.io/egomaw/yolks:go_1.20
Go 1.21
ghcr.io/egomaw/yolks:go_1.21
Go 1.21
ghcr.io/egomaw/yolks:go_1.22
There are 3 different Java distributions used,temurin
, zulu
, openjdk
and amazoncorretto
.
Replace {{distribution}} with the one you want from above.
Be Wary though Not all distributions support all versions, check the folders inside the java folder to be sure.
Java 8
ghcr.io/egomaw/java:{{distribution}}_8
Java 8 Forge
ghcr.io/egomaw/java:{{distribution}}_8-forge
Java 11
ghcr.io/egomaw/java:{{distribution}}_11
Java 11 Forge
ghcr.io/egomaw/java:{{distribution}}_11-forge
Java 16
ghcr.io/egomaw/java:{{distribution}}_16
Java 17
ghcr.io/egomaw/java:{{distribution}}_17
Java 21
ghcr.io/egomaw/java:{{distribution}}_21
Java 22
ghcr.io/egomaw/java:{{distribution}}_22
Java 23
ghcr.io/egomaw/java:{{distribution}}_23
MariaDB 10.3
ghcr.io/egomaw/yolks:mariadb_10.3
MariaDB 10.7
ghcr.io/egomaw/yolks:mariadb_10.7
MariaDB 10.11
ghcr.io/egomaw/yolks:mariadb_10.11
MariaDB 11.2
ghcr.io/egomaw/yolks:mariadb_11.2
MongoDB 5
ghcr.io/egomaw/yolks:mongodb_5
MongoDB 6
ghcr.io/egomaw/yolks:mongodb_6
MongoDB 7
ghcr.io/egomaw/yolks:mongodb_7
Node 14
ghcr.io/egomaw/yolks:nodejs_14
Node 18
ghcr.io/egomaw/yolks:nodejs_18
Node 19
ghcr.io/egomaw/yolks:nodejs_19
Node 20
ghcr.io/egomaw/yolks:nodejs_20
Node 21
ghcr.io/egomaw/yolks:nodejs_21
Bun Stable
ghcr.io/egomaw/yolks:bunjs_stable
Bun Canary
ghcr.io/egomaw/yolks:bunjs_canary
Postgres 9
ghcr.io/egomaw/yolks:postgres_9
Postgres 10
ghcr.io/egomaw/yolks:postgres_10
Postgres 11
ghcr.io/egomaw/yolks:postgres_11
Postgres 12
ghcr.io/egomaw/yolks:postgres_12
Postgres 13
ghcr.io/egomaw/yolks:postgres_13
Postgres 14
ghcr.io/egomaw/yolks:postgres_14
Python 3.10
ghcr.io/egomaw/yolks:python_3.10
Python 3.11
ghcr.io/egomaw/yolks:python_3.11
Python 3.12
ghcr.io/egomaw/yolks:python_3.12
SteamCMD Debian lastest
ghcr.io/egomaw/steamcmd:debian
SteamCMD Debian Dotnet
ghcr.io/egomaw/steamcmd:dotnet
SteamCMD Proton
ghcr.io/egomaw/steamcmd:proton
SteamCMD Ubuntu latest LTS
ghcr.io/egomaw/steamcmd:ubuntu
Wine Stable
ghcr.io/egomaw/yolks:wine_stable
Wine Staging
ghcr.io/egomaw/yolks:wine_staging
Wine 7
ghcr.io/egomaw/yolks:wine_7
Wine 6
ghcr.io/egomaw/yolks:wine_6
Wine 5
ghcr.io/egomaw/yolks:wine_5
Wine 4
ghcr.io/egomaw/yolks:wine_4
Alpine Installer
ghcr.io/egomaw/installers:alpine
Debian Installer
ghcr.io/egomaw/installers:debian
Debian w Java Installer
ghcr.io/egomaw/installers:debian-java
Ubuntu Installer
ghcr.io/egomaw/installers:ubuntu