A docker setup that can auto-update ModX Revolution.
This is a heavily modified version of the FPM variant of the official Docker Image.
- Copy the
.env.example
file to.env
- Run
docker-compose up
- The Webserver will now listen on Ports
80
and443
The build is completely automated, running every sunday at 00:00/GMT+0.
It pulls in the latest 2.X version of ModX Revolution, based on the tags on the Modx Revolution Tags.
The build produces convenience tags so 2.8.3
is also tagged 2.8
and 2
NOTE: currently the build does not support building new versions for older minor tags. For Example the current minor is 2.8
and a new patch version commes out for 2.7
. A discussion issue is open at: #1
The image is created for the following platforms, however I only use arm64 and amd64 so those are actively tested. Support for the others may be dropped if the build proves to difficult to maintain.
Platform | Support |
---|---|
linux/amd64 | ✅ |
linux/arm64 | ✅ |
linux/arm/v7 | ❓ |
linux/386 | ❌ |
linux/arm/v6 | ❌ |