nimmis / docker-spigot

A docker container with spigot, builds spigot.jar on first start
175 stars 82 forks source link

Minecraft 1.17 Support #45

Closed afflitto closed 3 years ago

afflitto commented 3 years ago

Minecraft 1.17 requires Java 16, so Spigot for 1.17 cannot be built in the current docker image. I was able to get around this for now by running

apt install openjdk16-jdk

in the running docker container.

jbarneson commented 3 years ago

apt install openjdk-16-jdk

jedrzejowski commented 3 years ago

If anybody is interested, I made a fork of image and updated it to 20.04. GitHub Docker Hub

nimmis commented 3 years ago

fixed and updated to ubuntu 20.04/OpenJDK 1.6, pull a new version from hub.docker.com