Docker images designed for use with Pterodactyl's Egg system.
Find a file
Dane Everitt 025c055c48 fork over the work from @matthewpi
Will work on re-organizing and setting up a slightly different build matrix
2021-05-15 11:26:03 -07:00
alpine change 'exec' to 'exec env' 2021-04-09 16:13:23 -06:00
alpine-install add go images, update copyright 2021-02-06 10:40:53 -07:00
fivem change 'exec' to 'exec env' 2021-04-09 16:13:23 -06:00
go1.14 change 'exec' to 'exec env' 2021-04-09 16:13:23 -06:00
go1.15 change 'exec' to 'exec env' 2021-04-09 16:13:23 -06:00
go1.16 change 'exec' to 'exec env' 2021-04-09 16:13:23 -06:00
java7 change 'exec' to 'exec env' 2021-04-09 16:13:23 -06:00
java8 change 'exec' to 'exec env' 2021-04-09 16:13:23 -06:00
java9 change 'exec' to 'exec env' 2021-04-09 16:13:23 -06:00
java10 change 'exec' to 'exec env' 2021-04-09 16:13:23 -06:00
java11 change 'exec' to 'exec env' 2021-04-09 16:13:23 -06:00
java12 change 'exec' to 'exec env' 2021-04-09 16:13:23 -06:00
java13 change 'exec' to 'exec env' 2021-04-09 16:13:23 -06:00
java14 change 'exec' to 'exec env' 2021-04-09 16:13:23 -06:00
java15 change 'exec' to 'exec env' 2021-04-09 16:13:23 -06:00
java16 change 'exec' to 'exec env' 2021-04-09 16:13:23 -06:00
node12 change 'exec' to 'exec env' 2021-04-09 16:13:23 -06:00
node14 change 'exec' to 'exec env' 2021-04-09 16:13:23 -06:00
node15 change 'exec' to 'exec env' 2021-04-09 16:13:23 -06:00
node16 node16: new image 2021-05-02 09:18:11 -06:00
python3.7 change 'exec' to 'exec env' 2021-04-09 16:13:23 -06:00
python3.8 change 'exec' to 'exec env' 2021-04-09 16:13:23 -06:00
python3.9 change 'exec' to 'exec env' 2021-04-09 16:13:23 -06:00
satisfactory Update README.md 2021-05-02 09:19:15 -06:00
source change 'exec' to 'exec env' 2021-04-09 16:13:23 -06:00
source-install add go images, update copyright 2021-02-06 10:40:53 -07:00
.editorconfig Attempt to fix timezone problems with images 2020-10-25 11:23:45 -06:00
.gitignore fork over the work from @matthewpi 2021-05-15 11:26:03 -07:00
LICENSE.md Initial Commit 2020-07-19 11:26:09 -06:00
README.md fork over the work from @matthewpi 2021-05-15 11:26:03 -07:00

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 both ghcr.io and quay.io for redundancy. To use any of these images, use ghcr.io/pterodactyl/yolks:<IMAGE> or quay.io/pterodactyl/yolks:<IMAGE>.

Any images ending with -install should only be used as a install image for running an install script, these images will not work to run the actual server and are only designed to reduce installation time and network usage by pre-installing common installation dependencies such as curl and wget.

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.