Troubles installing odk-central macos - unable to locate docker image tianon/postgres-upgrade:9.6-to-14

Hi
I'm trying to install ODK Central on MacOS Tahoe
The installations fails and I get this message:

postgres-upgrade.dockerfile:2

--------------------

   1 |     # see: https://github.com/tianon/docker-postgres-upgrade/blob/master/9.6-to-14/Dockerfile

   2 | >>> FROM tianon/postgres-upgrade:9.6-to-14

   3 |     

   4 |     # This file is required to encourage human validation of the process.

--------------------

target postgres: failed to solve: tianon/postgres-upgrade:9.6-to-14: failed to resolve source metadata for docker.io/tianon/postgres-upgrade:9.6-to-14: no match for platform in manifest: not found

I followed the steps in the documentation, and created the file describe in step 8:
touch ./files/allow-postgres14-upgrade
But still getting the error

How can I fix this?
Thanks