I cannot comment. This seemed to help me since I was having the same issue. Thank you @BMitch and @xthursdayx
The same error showed up when trying to pull an image from Docker Hub. This seemed to help to download the image from Docker Hub
docker pull --platform=linux/amd64 username/app_from_docker_hub
After that the image was downloaded and it could be ran using the following code:
docker run -d -p your_port:your_port username/app_from_docker_hub:latest