65b3a84e963126be6d8cdcc2df5b4f6ac48c8a3b
In order to create cleaner histories we should be using subtree split and push in order to preview the changes as an MR before pushing to main.
Minecraft
Running Locally
# download the most recent version of minecraft
make get-server
# Run the server
docker-compose up
Uploading to Docker Hub
-
Update the version in the VERSION file.
-
Build and push the new version
make build make push
Running in kubernetes
Requires helm v3. Edit values.yaml and run the following:
helm upgrade --install minecraft
Your minecraft server will be available on port 25565 by default.
Create a Backup
kubectl cp <pod_name>:/mc_data <backup>
Restore from Backup
kubectl cp <backup> <pod_name>:/mc_data
Cool seeds
7485786574821478084
Spawns you next to a nether portal with golden axe and pickaxe. River and Village close by.
-8018833100564192815
Use with an amplified world, massive island
Description
Languages
Makefile
94%
Dockerfile
6%