Deploying images from public ECR repository

I’m trying to deploy an image published on a public ECR repository, but I’m getting the following error:

==> Verifying app config
--> Verified app config
==> Building image
Searching for image 'public.ecr.aws/wafflehacks/application-portal-mjml:main' remotely...
Error: failed to fetch an image or build from source: You hit a Fly API error with request ID: 01GYDWY2QXAV93NC8

Does fly support non-Docker Hub images?

It should work with any Docker-compatible registries. But looks like AWS ECR doesn’t include Docker-Content-Digest header in the response and our backend doesn’t handle this gracefully.

This should work now.

Just tested it; everything appears to be working! Thanks for the help!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.