Skip to content
forked from pterodactyl/yolks

Docker images designed for use with the NOLAG.HOST platform.

License

Notifications You must be signed in to change notification settings

nolaghost/images

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOLAG Images (Based on Pterodactyl Eggs)

A fork of the original Pterodactyl yolks repository, with the goal of providing a more stable and up-to-date experience to users of the NOLAG.HOST platform.

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 — 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 templates within the NOLAG platform 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

Docker images designed for use with the NOLAG.HOST platform.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Dockerfile 75.8%
  • Shell 19.8%
  • JavaScript 4.4%