ERROR [internal] load metadata for docker.io/library/elixir:1.15-otp-25-alpine

I’ve been receiving this error for a couple of hours now. I knew this happened in the past, so just want to make sure it’s properly elevated and you guys know its happening:

fly deploy --local-only -a my-app -c .fly.toml.dev
==> Verifying app config
Validating .fly.toml.dev
Platform: machines
✓ Configuration is valid
--> Verified app config
==> Building image
==> Building image with Docker
--> docker host: 24.0.6 linux x86_64
[+] Building 5.5s (4/4) FINISHED                                                                                                                                                                                                                                                                          
 => [internal] load .dockerignore                                                                                                                                                                                                                                                                    0.0s
 => => transferring context: 794B                                                                                                                                                                                                                                                                    0.0s
 => [internal] load build definition from Dockerfile                                                                                                                                                                                                                                                 0.0s
 => => transferring dockerfile: 1.99kB                                                                                                                                                                                                                                                               0.0s
 => [internal] load metadata for docker.io/library/alpine:3.18                                                                                                                                                                                                                                       0.5s
 => ERROR [internal] load metadata for docker.io/library/elixir:1.15-otp-25-alpine                                                                                                                                                                                                                   5.4s
------
 > [internal] load metadata for docker.io/library/elixir:1.15-otp-25-alpine:
------
Error: failed to fetch an image or build from source: error building: failed to solve: elixir:1.15-otp-25-alpine: failed to do request: Head "https://registry-1.docker.io/v2/library/elixir/manifests/1.15-otp-25-alpine": EOF

Retrying like 10/12 timed did the trick for now (at some point it got through) but not sure if it’s getting worse (every time I need more retries). I first updated to the latest DockerDesktop (in Windows) and I have the latest flyctl version also Already running latest flyctl v0.1.121

Thanks for any input if this could possibly be on my end!

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