Docker images designed for use with Pterodactyl's Egg system.
Find a file
2021-05-02 09:18:11 -06:00
.github/workflows node16: new image 2021-05-02 09:18:11 -06: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 satisfactory: attempt to shrink image 2021-05-02 09:17:58 -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 Attempt to fix timezone problems with images 2020-10-25 11:23:45 -06:00
LICENSE.md Initial Commit 2020-07-19 11:26:09 -06:00
README.md change 'exec' to 'exec env' 2021-04-09 16:13:23 -06:00

Images

This repository contains a bunch of images designed for use 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/matthewpi/images:<IMAGE> or quay.io/matthewp/pterodactyl:<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.

Available Images

  • alpine
    • ghcr.io/matthewpi/images:alpine
    • quay.io/matthewp/pterodactyl:alpine
  • fivem
    • ghcr.io/matthewpi/images:fivem
    • quay.io/matthewp/pterodactyl:fivem
  • go1.14
    • ghcr.io/matthewpi/images:go1.14
    • quay.io/matthewp/pterodactyl:go1.14
  • go1.15
    • ghcr.io/matthewpi/images:go1.15
    • quay.io/matthewp/pterodactyl:go1.15
  • go1.16
    • ghcr.io/matthewpi/images:go1.16
    • quay.io/matthewp/pterodactyl:go1.16
  • java7
    • ghcr.io/matthewpi/images:java7
    • quay.io/matthewp/pterodactyl:java7
  • java8
    • ghcr.io/matthewpi/images:java8
    • quay.io/matthewp/pterodactyl:java8
  • java9
    • ghcr.io/matthewpi/images:java9
    • quay.io/matthewp/pterodactyl:java9
  • java10
    • ghcr.io/matthewpi/images:java10
    • quay.io/matthewp/pterodactyl:java10
  • java11
    • ghcr.io/matthewpi/images:java11
    • quay.io/matthewp/pterodactyl:java11
  • java12
    • ghcr.io/matthewpi/images:java12
    • quay.io/matthewp/pterodactyl:java12
  • java13
    • ghcr.io/matthewpi/images:java13
    • quay.io/matthewp/pterodactyl:java13
  • java14
    • ghcr.io/matthewpi/images:java14
    • quay.io/matthewp/pterodactyl:java14
  • java15
    • ghcr.io/matthewpi/images:java15
    • quay.io/matthewp/pterodactyl:java15
  • java16
    • ghcr.io/matthewpi/images:java16
    • quay.io/matthewp/pterodactyl:java16
  • node12
    • ghcr.io/matthewpi/images:node12
    • quay.io/matthewp/pterodactyl:node12
  • node14
    • ghcr.io/matthewpi/images:node14
    • quay.io/matthewp/pterodactyl:node14
  • node15
    • ghcr.io/matthewpi/images:node15
    • quay.io/matthewp/pterodactyl:node15
  • python3.7
    • ghcr.io/matthewpi/images:python3.7
    • quay.io/matthewp/pterodactyl:python3.7
  • python3.8
    • ghcr.io/matthewpi/images:python3.8
    • quay.io/matthewp/pterodactyl:python3.8
  • python3.9
    • ghcr.io/matthewpi/images:python3.9
    • quay.io/matthewp/pterodactyl:python3.9
  • source
    • ghcr.io/matthewpi/images:source
    • quay.io/matthewp/pterodactyl:source

Installation Images

  • alpine-install
    • ghcr.io/matthewpi/images:alpine-install
    • quay.io/matthewp/pterodactyl:alpine-install
  • source-install
    • ghcr.io/matthewpi/images:source-install
    • quay.io/matthewp/pterodactyl:source-install