I’m happy to announce that we now have multi-platform images for Axon Server SE up on Docker Hub!
The tags available are:
-
4.5.8-dev,latest-dev,4.5.8-jdk-11-dev,latest-jdk-11-devThese run Axon Server SE as user “
root” using a Java 11 runtime. -
4.5.8-dev-nonroot,latest-dev-nonroot,4.5.8-jdk-11-dev-nonroot,latest-jdk-11-dev-nonrootThese run Axon Server SE as user “
axonserver” using a Java 11 runtime. -
4.5.8-jdk-17-dev,latest-jdk-17-devThese run Axon Server SE as user “
root” using a Java 17 runtime. -
4.5.8-jdk-17-dev-nonroot,latest-jdk-17-dev-nonrootThese run Axon Server SE as user “
axonserver” using a Java 17 runtime.
The new images are Eclipse Temurin based and run Axon Server in “/axonserver”. They export the following volumes:
- “
/axonserver/config”, where you can place an additional “axonserver.properties” file to add configuration settings. - “
/axonserver/data”, where the ControlDB and PID files are, as well as a log file. - “
/axonserver/events”, where the Event Store is located, with events and snapshots. - “
/axonserver/plugins”, for the plugin cache.
Share and enjoy!