Add build configuration system and paper image

- Add 'make paper' target to build a Paper image with plugins based on JRE
- Introduce dynamic .env and plugins.json configuration using Makefile
- Enable users to extend builds by managing their own directories in scratch/
- Implement copy_build_files macro for reproducible build management
- Add BUILDKIT_PROGRESS and DOCKER_BUILDKIT as configurable make vars
This commit is contained in:
2024-05-24 03:15:54 -04:00
parent 813b9de410
commit 4ce50becd2
11 changed files with 321 additions and 13 deletions

5
.gitignore vendored
View File

@@ -1,3 +1,4 @@
data
.env
/.env
/plugins.json
scratch
screenlog.0