Container to build spigot jar
404
This is a simple image containing eclipse-temurin JDK to build spigot server jar files.
Set the variable REV to the version you want.
Set the image tag to the JDK version needed. Ex: 8, 11, 17, 21, 23
=======================================================================
If you want version spigot-1.14.4 build with JDK 11 on current folder ($PWD):
docker run -it --rm --name spigot-build -e REV=1.14.4 -v $PWD:/dist waazaafr/spigot-builder:11 build
If you want version spigot-1.21.4 build with JDK 23 on current folder ($PWD):
docker run -it --rm --name spigot-build -e REV=1.21.4 -v $PWD:/dist waazaafr/spigot-builder:23 build
The JDK version is the tag of the image.
For all the REV possible see this page: https://hub.spigotmc.org/versions/
=======================================================================
Feel free to join me on https://discord.gg/p9xkjEw8ts
If you like this, consider buing me a coffee: https://buymeacoffee.com/waazaa
If you need an UnRAID license follow this link: https://unraid.net/pricing?via=4c3f80
If you need a good VPS: https://rarecloud.io/clients/aff.php?aff=694
Content type
Image
Digest
sha256:689e02ecd…
Size
258.2 MB
Last updated
almost 2 years ago
docker pull waazaafr/spigot-builder:23