Commit Graph

7 Commits

Author SHA1 Message Date
dab509a234 testing 2024-05-28 03:55:52 -04:00
b1e6604093
Default bStats configuration to false (opt-in)
- Pre-create bStats config with `enabled: false` by default
- Apply changes to CraftBukkit, Spigot, and Paper Dockerfiles
- Consistent with existing implementation in Velocity proxy image
2024-05-26 23:07:25 -04:00
695fae915b
Handle diff nonzero return in set_eula
- Suppress nonzero return code from diff
- Remove false fix `return 0`
2024-05-26 21:47:55 -04:00
c4e3fc042c
Prevent error by adding return 0 to set_eula() 2024-05-26 01:41:57 -04:00
f83c8499e6
Implement basic Velocity proxy
- Split entrypoint into functions for Minecraft and Velocity
- Implement Velocity Dockerfile based on JRE image
- Add velocity default build to ./builds
- Change error to warning for missing plugins.json build file
2024-05-25 23:56:43 -04:00
297902a686
Handle SIGTERM to stop Minecraft gracefully
- Set up SIGTERM signal trap to invoke stop_server
- Ensure proper process exit and cleanup after the server stops
- Create makefile to build, clean, and install builds
2024-05-15 03:22:34 -04:00
381bd9eeff
Refactor image, Java sourcing, and add entrypoint
- Moved to debian-slim base image to minimize size
- Transitioned to Adoptium APT repos for flexibility in Java versions
- Added an entrypoint script that configures EULA and server settings
- Run server in resumable screen for console access in the container
2024-05-12 02:59:45 -04:00