Run Elasticsearch Docker 9.x on CPU without x86-64-v2 support?

Is it at all possible to run the Elasticsearch 9.x docker containers on a machine with a CPU which doesn’t support x86-64-v2? The 8.x releases all ran fine on the machine but the new ones don’t start up as they just report that “Fatal glibc error: CPU does not support x86-64-v2”. My guess is that this is due to the change from using Ubuntu to RedHat as the base image for building the Elasticsearch containers.

Has anyone built a 9.x docker image that will work without x86-64-v2 support? Are there instructions anywhere for building custom docker containers with elasticsearch in them that might work?

Thanks in advance for any pointers,

Mark