Sign inSign up

kawaii/spigot-builder

By kawaii

•Updated over 5 years ago

Dockerfile to automate the Spigot Minecraft server build process.

Image
0

399

kawaii/spigot-builder repository overview

Dockerfile to automate the Spigot Minecraft server build process. This image is simply something to be used as part of a multistage build for your own Spigot server images. This Dockerfile does not provide a running Spigot server by itself.

Upon a successful build, the Spigot binary will be placed in /src/build/spigot/ and can be copied out as part of your server Dockerfile instructions. This has the benefit of only running the server binary in a pure JRE environment, without all the build tools and unnecessary bloat within the container:

FROM kawaii/spigot-builder:1.13.2 as BUILD

FROM openjdk:11-jre-slim
COPY --from=BUILD /src/build/spigot/spigot-1.13.2.jar /usr/bin/spigot-1.13.2.jar

Tag summary

Content type

Image

Digest

Size

539.7 MB

Last updated

over 5 years ago

docker pull kawaii/spigot-builder:1.16.5