Skip to content

CowNetwork/tuinity-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tuinity Docker

Dockerized Tuinity server.

Build will be triggered when tagging this repository. The tag should look like <minecraft-version>+<tuinity-commit-sha> e.g 1.16.5+b12d0cce. We will always use the last 8 digits of the commit sha from the Tuinity build.

Since Docker does not support having + in the image name, the resulting image can pulled from ghcr.io/cownetwork/tuinity:<minecraft-version>-<build> e.g ghcr.io/cownetwork/tuinity:1.16.5-b12d0cce.

Building

Just checkout the repository and run ./build.sh. You need to provide the environment variables $GHCR_TOKEN and $GHCR_USER so docker login can succeed.

Future things

  • Maybe we want to also push the resulting Maven artifacts to our repository. But currently there are no important changes to the API so we can ignore it for now.