Archived
Enable gitlab CI
Even though the overviewer repo is hosted on github, this new CI stuff is useful for mirrors of overviewer hosted on gitlab. To support package builds for a few distributions, a set of dockerfiles have been created.
This commit is contained in:
@@ -0,0 +1 @@
|
||||
FROM code.em32.net:14567/overviewer/minecraft-overviewer
|
||||
@@ -0,0 +1,5 @@
|
||||
all:
|
||||
docker build -t overviewer:src .
|
||||
|
||||
run:
|
||||
docker run --rm -it overviewer:src /bin/bash
|
||||
@@ -0,0 +1,2 @@
|
||||
This is an image that builds a image that can be used to generate an overviewer
|
||||
source package
|
||||
Reference in New Issue
Block a user