Am I observing it correctly, that
Geoserver-Docker images from docker.osgeo.org/geoserver:2.25.x are single-arch, and only run on “amd64” architecture, but not on “arm64”
Docker compose tells me:
The requested image’s platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
And running the docker images crashes with:
exec /usr/bin/bash: exec format error
So, if no arm-images are provided, my next question would be: Any plans to do so?
I think it should be not too hard, with something like: