pterodactyl / images

Generic docker images designed to work with Pterodactyl Panel and its daemon.
https://pterodactyl.io
MIT License
49 stars 182 forks source link

New docker image with Java 13 ShenandoahGC ready. #57

Closed SrBedrock closed 4 years ago

SrBedrock commented 4 years ago

Hi guys, thanks for this open source project! Very well documented, even without understanding linux I was able to install my panel easily.

I'm hosting Minecraft 1.15.2 and apparently the use of garbage collectors like ShenandoahGC has proven to be superior to G1GC in this version.

After several searches I found that unfortunately the java version made available by Oracle (openjdk 11, 12 and 13) does not come with the option enabled.

The reason is explained here..

Project page with all relevant information

Could you help me install a compatible docker image?

I really tried to create a dockerfile but due to lack of knowledge I couldn't.

I was trying to install this java 13 which is compatible according to the project instructions.

Thanks guys!

parkervcp commented 4 years ago

I would have made this issue for my repo and not the main images repo

SrBedrock commented 4 years ago

Should I do something about the issue? Should I close it?

parkervcp commented 4 years ago

I'll close this one. Open a request on my fork please.

SrBedrock commented 4 years ago

I opened a new issue in the right place.