As mentioned on chrisss404's readme, there is an official commitment to add support for certain ARM architectures by Checkmk: Checkmk – our road to ARM support. as this is the case they have retired the project, as such there will be no more updates to the base image at this moment.
checkmk as a docker container for ARM[v7/v8]/ devices such as the raspberry pi, and Oracle Ampere A1 Compute.
Docker run command
sudo docker run -d --name checkmk -v /opt/omd/sites:/opt/omd/sites -p 5000:5000 -p 8000:8000 ghcr.io/jzjad/rpi-checkmk-arm64:latest
arm32[v7/hf] (Based on debian:bullseye, please note this version is behind and will likely not be updated again.)
Docker run command
sudo docker run -d --name checkmk -v /opt/omd/sites:/opt/omd/sites -p 5000:5000 -p 8000:8000 ghcr.io/jzjad/rpi-checkmk-armhf:latest
sudo docker exec -it checkmk /bin/sh -c "curl https://raw.githubusercontent.com/JzJad/rpi-checkmk/master/upgrade.sh | bash"
- Await official ARM packages!