Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 1.1 KB

File metadata and controls

39 lines (20 loc) · 1.1 KB

MMBase Docker Images

Table of Contents

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.

Tagging

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.