GeoServer running on OpenShift with ppc64le architecture

Hi All,

I have a request to install GeoServer on OpenShift version 4.15, but the installation will not be in a VMWare environment, but in a Risc IBM Power environment, so the solution needs to run on ppc64le architecture.

So here comes my question:

  1. Does GeoServer run on ppc64le architecture?

  2. Has anyone had this experience and could give some advice?

I would like to thank everyone for their attention.

Best regards,

Fernando Quadro

Pretty sure IBM has a Java 11 version for their hardware/OS that will enable you to run Tomcat + GeoServer: Web archive — GeoServer 2.27.x User Manual

If you want to run as a docker container you will need to build that yourself as only amd64 images are build, lacking ppc resources

mprints,

Thanks for the information.