It's illegal to redistribute the server jar, which means that we have to do one of two things:
stop distributing an image on Docker Hub (less convenient)
stop including the server jar in the image
I'm inclined to take the latter route, and have the server automatically download the jarfile as part of the start-up process. It already agrees to the EULA, so adding this step shouldn't be a huge problem.
It's illegal to redistribute the server jar, which means that we have to do one of two things:
I'm inclined to take the latter route, and have the server automatically download the jarfile as part of the start-up process. It already agrees to the EULA, so adding this step shouldn't be a huge problem.