Cannot fetch a new version from docker

A “fly deploy” tries to fetch an image from docker-hub. That was working flawlessly for the last days, but today I only get this:

✓ Configuration is valid
→ Verified app config
==> Building image
Searching for image ‘myapp:0.15.28.1’ remotely…
==> Building image
Searching for image ‘myapp:0.15.28.1’ remotely…
Error: failed to fetch an image or build from source: failed to run query ($appName: String!, $imageRef: String!) { app(name: $appName) { id image(ref: $imageRef) { id digest ref compressedSize: compressedSizeFull manifest } } }: server returned a non-200 status code: 500

What could be the reason?

Getting the same thing:

✓ Configuration is valid
→ Verified app config
==> Building image
Searching for image ‘ghost:latest’ remotely…
==> Building image
Searching for image ‘ghost:latest’ remotely…
Error: failed to fetch an image or build from source: failed to run query ($appName: String!, $imageRef: String!) { app(name: $appName) { id image(ref: $imageRef) { id digest ref compressedSize: compressedSizeFull manifest } } }: server returned a non-200 status code: 500

Thanks! I thaught I am the only one. Something needs to be fixed on fly.io then. Anyone from the team here? Is there someone to tag about this? I’m quite new to fly.

It just started working for me

:waving_hand: This was an issue with our registry mirrors in some regions and has just been fixed.

1 Like

Awesome! Can confirm it works again. Thank you @PeterCxy!

My fly deploy command is stuck at “Waiting for dept builder…”

✓ Configuration is valid
→ Verified app config
==> Building image
Waiting for depot builder…

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