The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested

I have a docker-compose file in which one of the services is Debezium: Docker. On docker hub it is mentioned that it supports Linux arm 64(screenshot attached) but when I run the docker compose file I get the message:The requested image’s platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested.
Solutions tried:

Not all versions support ARM64 and the latest doesn’t. Check the tags on the “tags” tab and choose a version which supports Arm64.

https://hub.docker.com/r/debezium/connect/tags

Using the latest tag is not recommended anyway.

1 Like