added README and build script

This commit is contained in:
Niklas 2021-01-31 21:03:20 +01:00
parent 80c0f6ebef
commit fde1f6e0f5
2 changed files with 14 additions and 0 deletions

11
README.md Normal file
View File

@ -0,0 +1,11 @@
# FTB Revelations
Docker image for FTB Revelations ([curseforge.com](https://www.curseforge.com/minecraft/modpacks/ftb-revelation) or [ftb.com](https://www.feed-the-beast.com/modpack/ftb_revelation)).
Curent version: 3.4.0
An example [docker-compose.yml](docker-compose.yml) is given.
# Update image
Goto [ftb.com](https://www.feed-the-beast.com/modpack/ftb_revelation) and copy the download link for the installer for the new version. Change the URL and the installer name in the `Dockerfile`. Then run the `build.sh` script to build the image under the right tag. Then push the image.

3
build.sh Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env sh
sudo docker build -t docker.kapelle.org/ftb-revelations:latest .