No description
Find a file
2025-02-27 13:00:55 +01:00
apps/uptimekuma add more images 2025-02-27 13:00:55 +01:00
bot add more images 2025-02-27 13:00:55 +01:00
box64 add more images 2025-02-27 13:00:55 +01:00
bun add more images 2025-02-27 13:00:55 +01:00
cassandra add more images 2025-02-27 13:00:55 +01:00
dart add more images 2025-02-27 13:00:55 +01:00
dotnet add more images 2025-02-27 13:00:55 +01:00
elixir add more images 2025-02-27 13:00:55 +01:00
erlang add more images 2025-02-27 13:00:55 +01:00
games add more images 2025-02-27 13:00:55 +01:00
go add more images 2025-02-27 13:00:55 +01:00
installers add more images 2025-02-27 13:00:55 +01:00
java add more images 2025-02-27 13:00:55 +01:00
mariadb add more images 2025-02-27 13:00:55 +01:00
mongodb add more images 2025-02-27 13:00:55 +01:00
mono add more images 2025-02-27 13:00:55 +01:00
nodejs add more images 2025-02-27 13:00:55 +01:00
oses add more images 2025-02-27 13:00:55 +01:00
postgres add more images 2025-02-27 13:00:55 +01:00
python add more images 2025-02-27 13:00:55 +01:00
redis add more images 2025-02-27 13:00:55 +01:00
rust add more images 2025-02-27 13:00:55 +01:00
steamcmd add more images 2025-02-27 13:00:55 +01:00
voice add more images 2025-02-27 13:00:55 +01:00
wine add more images 2025-02-27 13:00:55 +01:00
.editorconfig add files 2025-02-26 13:34:51 +01:00
.gitignore add files 2025-02-26 13:34:51 +01:00
installall.sh add more images 2025-02-27 13:00:55 +01:00
LICENSE.md add files 2025-02-26 13:34:51 +01:00
README.md add more images 2025-02-27 13:00:55 +01:00

Yolks

Original: https://github.com/pelican-eggs/yolks

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:

  • oses — base images containing core packages to get you started.
  • games — anything within the games folder in the repository. These are images built for running a specific game or type of game.
  • installers — anything living within the installers 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 as curl and wget.
  • 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 arm64 system, no modification to them or the tag is needed, they should just work.

Contributing

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.

Available Images

Installation Images