Issue running Minecraft Server with Pterodactyl on Clear Linux’s OpenJDK docker images

https://mclo.gs/Wq7FsT3 Note about the two files: egg-fabric_I_based_on.json: The egg I based on to create my configuration, work perfectly egg-fabric_my_custom_egg.json: The egg of which I edited the config afterward
mclo.gs
Fabric 1.20.1 Server Log [#Wq7FsT3]
135 lines | 2 errors
11 Replies
Admincraft Meta
Please use a paste service next time!!
https://mclo.gs/L8D0gSm Requested by <@874134468317814784>
ProGamingDk
ProGamingDk2y ago
what need do u have for switching docker images? probably because those domains dont exist? https://docker.io/clearlinux/openjdk:8 doesnt exist https://www.docker.io/clearlinux/openjdk doesnt exist ghcr.io/pterodactyl/yolks:java_8 does. and leads to a github "package"
librepo
librepoOP2y ago
Not really though because docker doesn't work that way Here is the url to the docker project https://hub.docker.com/r/clearlinux/openjdk you need to pull the image by using docker pull "project name":"tag" because clear linux rocks when it comes to java performance here is some benchmark
librepo
librepoOP2y ago
The Performance Of Clear Linux vs. Fedora vs. Ubuntu Over 2020
For some workloads, Clear Linux maintained ever so slight leads over Ubuntu and Fedora on this Skylake-X platform from the end of 2019 to end of 2020. The Golang performance improved nicely for Clear Linux and Fedora this year while the Ubuntu performance was flat. For the default OpenJDK Java performance, Clear Linux continued to provide a m...
Snow Kit
Snow Kit2y ago
@librepo Pterodactyl's docker images have to be built specifically for Pterodactyl, as they need to have an entrypoint.sh file inside of them
Snow Kit
Snow Kit2y ago
probably best to fork this, and make a new java yolk using this as a template https://github.com/parkervcp/yolks/tree/master/java
GitHub
yolks/java at master · parkervcp/yolks
Docker images designed for use with Pterodactyl's Egg system. - yolks/java at master · parkervcp/yolks
Snow Kit
Snow Kit2y ago
the first line of your dockerfile would look something like this
FROM --platform=$TARGETOS/$TARGETARCH clearlinux/openjdk:19
FROM --platform=$TARGETOS/$TARGETARCH clearlinux/openjdk:19
librepo
librepoOP2y ago
oh wow thank you so much definitely will try out later yeah that works perfectly
ProGamingDk
ProGamingDk2y ago
have u managed to benchmark performance improvements since switching?
librepo
librepoOP2y ago
nah I ran into some issue may be I would need to change something about the user permission alright so I figured out how to benchmark successfully

Did you find this page helpful?