Dockerfiles/minecraft-paper.README

8 lines
870 B
Plaintext
Raw Normal View History

2022-01-16 09:47:34 +00:00
So, you may be wondering why there is no minecraft-paper Dockerfile, right?
2022-01-16 09:50:24 +00:00
Well, PaperMC has no API endpoint to easily fetch the latest jar with one request.
2022-01-16 09:47:34 +00:00
They themselves discourage it, according to their documentations:
"This is intentional, as it had been primarily used to auto-update servers, which is highly discouraged"
2022-01-16 09:50:24 +00:00
I know I could work on a Dockerfile which automatically compiles Paper and so on just like I do with minecraft-spigot (where it's essentially the only official way, I'm not going to rely on third party builds which may be backdoored) or make a few API request, but I'm simply not going to.
They already replaced their JenkinsCI with GitHub CI, so that makes it even harder.
2022-01-16 09:47:34 +00:00
If you wish to work on said Dockerfile feel free to open a pull request.
So, there you have it, this is why there is no minecraft-paper Dockerfile in this repository.