Skip to content

neophitt/PJYDI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Pterodactyl Java Yolks Docker Images

This repository contains official Docker images for multiple Java versions, designed to work seamlessly with the Pterodactyl game server management panel using the Yolks system.

These images are ideal for running Minecraft, modded servers, or any other Java-based applications inside Pterodactyl containers.


Supported Java Versions

Java Version Docker Tag
Java 7 ghcr.io/pterodactyl/yolks:java_7
Java 8 ghcr.io/pterodactyl/yolks:java_8
Java 11 ghcr.io/pterodactyl/yolks:java_11
Java 14 ghcr.io/pterodactyl/yolks:java_14
Java 16 ghcr.io/pterodactyl/yolks:java_16
Java 17 ghcr.io/pterodactyl/yolks:java_17
Java 18 ghcr.io/pterodactyl/yolks:java_18
Java 19 ghcr.io/pterodactyl/yolks:java_19
Java 21 ghcr.io/pterodactyl/yolks:java_21
Java 22 ghcr.io/pterodactyl/yolks:java_22
Java 23 ghcr.io/pterodactyl/yolks:java_23
Java 24 ghcr.io/pterodactyl/yolks:java_24

How to Use

You can pull any of these images directly with Docker:

docker pull ghcr.io/pterodactyl/yolks:java_17

Or, if you want to pull all supported versions:

for version in 7 8 11 14 16 17 18 19 21 22 23 24; do
    docker pull ghcr.io/pterodactyl/yolks:java_$version
done

About

Official Docker images of various Java versions for Pterodactyl panel using Yolks, ready for game servers and containerized applications.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages