Skip to content

reviactyl/images

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

169 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Panel Images

A curated collection of core images that can be used with Reviactyl, Pterodactyl & Pelican'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 images 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.
  • images — 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

  • base oses
    • alpine
      • ghcr.io/reviactyl/images:alpine
    • debian
      • ghcr.io/reviactyl/images:debian
  • games
    • rust
      • ghcr.io/reviactyl/games:rust
    • source
      • ghcr.io/reviactyl/games:source
    • hytale
      • ghcr.io/reviactyl/games:hytale
  • golang
    • go1.14
      • ghcr.io/reviactyl/images:go_1.14
    • go1.15
      • ghcr.io/reviactyl/images:go_1.15
    • go1.16
      • ghcr.io/reviactyl/images:go_1.16
    • go1.17
      • ghcr.io/reviactyl/images:go_1.17
  • java
  • nodejs
    • node12
      • ghcr.io/reviactyl/images:nodejs_12
    • node14
      • ghcr.io/reviactyl/images:nodejs_14
    • node15
      • ghcr.io/reviactyl/images:nodejs_15
    • node16
      • ghcr.io/reviactyl/images:nodejs_16
    • node17
      • ghcr.io/reviactyl/images:nodejs_17
    • node18
      • ghcr.io/reviactyl/images:nodejs_18
    • node20
      • ghcr.io/reviactyl/images:nodejs_20
    • node21
      • ghcr.io/reviactyl/images:nodejs_21
    • node22
      • ghcr.io/reviactyl/images:nodejs_22
    • node23
      • ghcr.io/reviactyl/images:nodejs_23
    • node24
      • ghcr.io/reviactyl/images:nodejs_24
    • node25
      • ghcr.io/reviactyl/images:nodejs_25
  • python

Installation Images

Attribution & Licenses

Forked from pterodactyl/yolks. Licensed under MIT

Reviactyl™, Copyright © 2026 Reviactyl and contributors. Licensed under MIT

About

Docker images designed for use with Reviactyl and other Pterodactyl-based softwares.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

  •  

Packages

 
 
 

Contributors

Languages

  • Dockerfile 74.9%
  • Shell 21.2%
  • JavaScript 3.9%