Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.11 KB

README.md

File metadata and controls

40 lines (27 loc) · 1.11 KB

Papermc-Docker

This repository contains scripts to build Docker images for PaperMC.

It gets the versions and JAR's from papermc.io using papermcdl.

Docker Hub

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.

Available Projects

Pipeline

The pipeline is configured to build hourly, at round about the 50th minute.

Usage

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