Cannot deploy docker app: Could not find image

Hi @andig ,

Can you post the contents of your packaging/fly.toml & Dockerfile?

Also, I see that in your local, you have tagged a arm64 image and the fly VM is amd64. Are you building locally on a Mac M1/RaspberryPi?

I think there is a difference in the architecture for what you have built and what you are pushing.

fly.io doesn’t support arm64 as of now.

I think the Image may be cached in the remote builder. Also, there can be connectivity issues between the remote builder and docker.io. Try building with a new builder.

I would also suggest you to update to the latest flyctl, if you are still running the old one.