rafalohaki / pterodactyl-images

Pterodactyl Docker images for Pterodactyl/WISP Game Panels

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pterodactyl/WISP Docker Images

Docker images that can be used with the Pterodactyl/WISP Game Panel. You can request more images by opening a new issue. These are mostly created for myself.

Additional Pterodactyl images can be found at Parkervcp, Matthewpi and Yolks repositories.

How to add image to your egg

Navigate to Admin Panel -> Nests -> Select your egg. Add Docker image URL(s) from the available list into the Docker Images section.

image

Supported Platforms

Image Supported platforms
Java Azul Zulu AMD64, ARM64
Java Amazon Corretto AMD64, ARM64
Java Eclipse Temurin AMD64, ARM64
Java GraalVM AMD64, ARM64
Java OpenJ9 AMD64
Java Shenandoah AMD64, ARM64
Node.js AMD64, ARM64
Python AMD64, ARM64
Sourcemod AMD64

Java Azul Zulu [AMD64/ARM64]

  • Java 8 Zulu
    • ghcr.io/software-noob/pterodactyl-images:java_8_zulu
  • Java 11 Zulu
    • ghcr.io/software-noob/pterodactyl-images:java_11_zulu
  • Java 16 Zulu
    • ghcr.io/software-noob/pterodactyl-images:java_16_zulu
  • Java 17 Zulu
    • ghcr.io/software-noob/pterodactyl-images:java_17_zulu
  • Java 18 Zulu
    • ghcr.io/software-noob/pterodactyl-images:java_18_zulu
  • Java 19 Zulu
    • ghcr.io/software-noob/pterodactyl-images:java_19_zulu
  • Java 20 Zulu
    • ghcr.io/software-noob/pterodactyl-images:java_20_zulu

Java Amazon Corretto [AMD64/ARM64]

Java Eclipse Temurin [AMD64/ARM64]

  • Java 8
    • ghcr.io/software-noob/pterodactyl-images:java_8
  • Java 11
    • ghcr.io/software-noob/pterodactyl-images:java_11
  • Java 16
    • ghcr.io/software-noob/pterodactyl-images:java_16
  • Java 17
    • ghcr.io/software-noob/pterodactyl-images:java_17
  • Java 18
    • ghcr.io/software-noob/pterodactyl-images:java_18
  • Java 19
    • ghcr.io/software-noob/pterodactyl-images:java_19
  • Java 20
    • ghcr.io/software-noob/pterodactyl-images:java_20

Java GraalVM [AMD64/ARM64]

NOTE: Java 8 is AMD64 only due to lack of support from upstream

Java OpenJ9 [AMD64]

  • Java 8 OpenJ9
    • ghcr.io/software-noob/pterodactyl-images:java_8_openj9
  • Java 11 OpenJ9
    • ghcr.io/software-noob/pterodactyl-images:java_11_openj9
  • Java 16 OpenJ9
    • ghcr.io/software-noob/pterodactyl-images:java_16_openj9
  • Java 17 OpenJ9
    • ghcr.io/software-noob/pterodactyl-images:java_17_openj9
  • Java 18 OpenJ9
    • ghcr.io/software-noob/pterodactyl-images:java_18_openj9

Java Shenandoah Nightly [AMD64/ARM64]

These are nightly builds. Shenandoah GC is by default shipped with Azul, Corretto and Temurin starting with Java 11

Node.js [AMD64/ARM64]

  • Nodejs 12
    • ghcr.io/software-noob/pterodactyl-images:nodejs_12
  • Nodejs 14
    • ghcr.io/software-noob/pterodactyl-images:nodejs_14
  • Nodejs 15
    • ghcr.io/software-noob/pterodactyl-images:nodejs_15
  • Nodejs 16
    • ghcr.io/software-noob/pterodactyl-images:nodejs_16
  • Nodejs 17
    • ghcr.io/software-noob/pterodactyl-images:nodejs_17
  • Nodejs 18
    • ghcr.io/software-noob/pterodactyl-images:nodejs_18
  • Nodejs 19
    • ghcr.io/software-noob/pterodactyl-images:nodejs_19

Python [AMD64/ARM64]

  • Python 2.7
    • ghcr.io/software-noob/pterodactyl-images:python_2.7
  • Python 3.6
    • ghcr.io/software-noob/pterodactyl-images:python_3.6
  • Python 3.7
    • ghcr.io/software-noob/pterodactyl-images:python_3.7
  • Python 3.8
    • ghcr.io/software-noob/pterodactyl-images:python_3.8
  • Python 3.9
    • ghcr.io/software-noob/pterodactyl-images:python_3.9
  • Python 3.10
    • ghcr.io/software-noob/pterodactyl-images:python_3.10
  • Python 3.11
    • ghcr.io/software-noob/pterodactyl-images:python_3.11
  • Python 3.12-rc
    • ghcr.io/software-noob/pterodactyl-images:python_3.12-rc

Game specific

Sourcemod [AMD64]

  • Source with sourcemod

    • ghcr.io/software-noob/pterodactyl-images:games_source-sourcemod

    Optionally installs and updates SourceMod/Metamod on each server startup. Requires adding egg environment variable SOURCEMOD.

    image

    Custom versions can be set with the use of SM_VERSION and MM_VERSION variables. Invalid versions will default to the latest stable version. Default path is set to csgo and can be overridden with INSTALL_PATH egg environment variable.

About

Pterodactyl Docker images for Pterodactyl/WISP Game Panels

License:MIT License


Languages

Language:Dockerfile 78.2%Language:Shell 21.8%