jeremy
|
6e13a0aa15
|
refactor: modular init, add bedrock loader, dynamic java/healthcheck
Build dev image / build (push) Failing after 18m12s
- Split monolithic init into modular lib files under scripts/lib/
(common.sh, java.sh, server.sh, loaders/{vanilla,paper,fabric,forge,neoforge}.sh)
- Add bedrock loader: downloads from Minecraft Services API,
runs native binary with LD_LIBRARY_PATH, skips Java setup
- Add auto-detection for JAVA_VERSION from Mojang version manifest
(MC 1.20.5+ -> temurin@21, 1.17-1.20.4 -> temurin@17,
1.17 -> temurin@16, pre-1.17 -> temurin@8)
- Fix NEW_FORGE unbound variable when non-Forge loaders run
- Fix Fabric loader jq filter (-s slurp removed, null string check fixed)
- Fix Forge test detection (recursive find for forge-*-server.jar)
- Dynamic healthcheck: nc -z TCP 25565 for Java, nc -zu UDP 19132 for bedrock
- Add .gitea/workflows/build-dev.yml for dev branch CI builds
- Base image: debian:bookworm-slim (from ubuntu:noble)
- Add unzip, netcat-openbsd to Docker image
- Switch to shebangs, set -euo pipefail throughout
|
2026-06-17 18:41:26 -04:00 |
|
jeremy
|
0df24cb64a
|
neoforge modification to differentiate between new and old
|
2025-07-25 21:50:24 -04:00 |
|
jeremy
|
f871915c08
|
incorrect variable fix
Docker Build and Push / build (push) Successful in 1m5s
|
2025-07-23 13:24:30 -04:00 |
|
jeremy
|
9c8bc802a8
|
correct launch parameters for neoforge
Docker Build and Push / build (push) Successful in 1m12s
|
2025-07-23 13:21:11 -04:00 |
|
jeremy
|
d78cfd39c1
|
bluff called, touche
Docker Build and Push / build (push) Successful in 1m5s
|
2025-07-23 11:39:03 -04:00 |
|
jeremy
|
2223ea9969
|
THIS IS THE LAST TIME, YOU HEAR ME?
Docker Build and Push / build (push) Successful in 1m5s
|
2025-07-23 11:35:35 -04:00 |
|
jeremy
|
527dd5b4e7
|
this is what happens when you push a hack
Docker Build and Push / build (push) Successful in 1m1s
|
2025-07-23 11:33:14 -04:00 |
|
jeremy
|
4c155584af
|
run.sh temp hack
Docker Build and Push / build (push) Successful in 1m7s
|
2025-07-23 11:29:03 -04:00 |
|
jeremy
|
5383662f9f
|
take out removal of needed files
Docker Build and Push / build (push) Successful in 1m8s
|
2025-07-22 15:05:57 -04:00 |
|
jeremy
|
feca6cfa83
|
Fix forge and implement NeoForge
Docker Build and Push / build (push) Successful in 2m36s
|
2025-07-22 12:32:13 -04:00 |
|
jeremy
|
b0c1b07499
|
Loader version option
Docker Build and Push / build (push) Successful in 2m25s
|
2025-06-18 07:52:11 -04:00 |
|
jeremy
|
744bd61ee6
|
fixed inverted logic
Docker Build and Push / build (push) Successful in 3m11s
|
2025-04-11 16:02:19 -04:00 |
|
jeremy
|
b425ab200a
|
Move everything into single init
|
2025-03-30 00:45:34 -04:00 |
|
jeremy
|
cff62979ff
|
change Eula handling, disable server start
Docker Build and Push / build (push) Successful in 1m6s
|
2025-03-29 06:11:18 -04:00 |
|
jeremy
|
e6b309d047
|
modify for "rootless"
|
2025-03-29 04:07:45 -04:00 |
|
jeremy
|
771700d6c8
|
initial push
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m36s
|
2025-03-22 18:56:54 -04:00 |
|