Closed ilektron closed 2 years ago
See #33 Branch "1.18" or "beta" works fine. There is already a "1.18" image on Docker Hub:
docker pull marctv/minecraft-papermc-server:beta
Experimental test builds for 1.18. Use with extreme caution! Backups are mandatory.
While I found it ran fine for some cases, I experienced a crash that turned out to be because the openjdk:17-alpine build uses the 17-ea version of Java which is missing some functions that were added for the actual 17 release version. The openjdk:17-alpine image is kind of in limbo right now, see http://jdk.java.net/17/
Do you have a better idea which base image is better? Maybe a Pull Request?
I couldn't really find one at this time, so I built my own java docker image with version of java that Paper recommends, ilektron/paperjdk. I'll test stability today and if everything looks good I'll work on a pull request in the next day that just changes the jdk image.
Thanks @josxha
Hi @mtoensing, i just wanted to let you know that while the beta image on Docker hub uses now the release version of java 17, it seems that the 1.18 image still uses the incompatible early access java version.
Maybe a caching issue? It seems okay now
Still not work now. I am planning to use onenjdk-17 instead
Did you try the "latest" tag?
@RuofengX @mtoensing I agree, the image runs fine
https://github.com/mtoensing/Docker-Minecraft-PaperMC-Server/blob/cb710a7b160e81a7b41420cb5451d7dae008df05/Dockerfile#L4
Experienced a server crash due to the openjdk:17-alpine docker image not using the actual 17 release version of java at this time