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
✓ 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.