I created a few docker images to ease running and building MMBase in these new ages. Basically they are java 8, which is already a bit more modern then the latest releases back then. It shouldn’t be a big issue to run on more recent jvm’s so experimentally also java 25 images are built.
They are/were published at hub.docker.com, and currently also automatically (using gith actions) to ghcr.io.
The images are tagged as follows:
<version>-jdk<major java version>
where version is:
- latest : latest build from main branch
- <branch name> : name of the branch, so 'main', because we didn’t branch this yet.
- [0-9+]: latest release, i.e. a tag of this repository. A simple integer.
and major java version is either 8 or 25 currently.