This repository contains scripts to build Docker images for PaperMC.
It gets the versions and JAR's from papermc.io using papermcdl.
The projects are available on the Mc8s Docker Hub profile. Each papermc project has its own repository on docker hub. The versions are updated everytime the pipeline runs, and it finds a new build for this version.
The pipeline is configured to build hourly, at round about the 50th minute.
You have to set the environment variable PROJECT
or give the project over the flag project
,
to set the project you want to build the images for.
papermc-docker --project=waterfall
or
export PROJECT=waterfall
papermc-docker