Bootstrap project (ie. empty shell) ready to ship Java application in OCI compatible container image.
- JDK ≥ 21
- GNU Make
- Podman or Docker
- (Optional to run locally) Podman Compose or Docker Compose
make helpor, because help is the default target: 🙂
makemake appmake app/ITNOTE: to shorten the feedback loop,
make app/testonly run unit tests
make docker/image4. Running the container (requires Podman Compose or Docker Compose)
To start the whole stack:
make docker/upTo shut down the whole stack:
make docker/downmake docker/push