Skip to content
/ pt-yolks Public

An updated, and maintained set of yolks designed to work with Pterodactyl's egg system. Custom tuned by Noelle (No767)

License

Notifications You must be signed in to change notification settings

No767/pt-yolks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pterodactyl Yolks

A curated collection of core images that can be used with Pterodactyl's Egg system. Each image is rebuilt periodically (every month) to ensure dependencies are always up-to-date. This is a fork of the official yolks repo, but with major upgrades and different bases.

Go, Node.js, and Python images use Debian 11 as the base, and uses bash instead of ash. Java 8 and 11 images are based on Ubuntu 20.04 ("Focal"), while Java 17, and 20 images are based on Ubuntu 22.04 ("Jammy"). All Java OpenJ9 images are based on Ubuntu 22.04, and all Java GraalVM images are based on Oracle Linux 9.

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. These have not been modified, and is up to date with Pterodactyl's official game yolks. It is recommended to use Pterodactyl's versions instead.
  • 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

About

An updated, and maintained set of yolks designed to work with Pterodactyl's egg system. Custom tuned by Noelle (No767)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages