Currently, running flyctl deploy --remote-only
fails like this:
==> Verifying app config
--> Verified app config
==> Building image
WARN Failed to start remote builder heartbeat: failed building options: failed probing "my-app": context deadline exceeded
Error failed to fetch an image or build from source: error connecting to docker: failed building options: failed probing "my-app": context deadline exceeded
-
my-app
itself seems to be running fine. - deleting the existing builder project and re-running the deploy had the same result
I’m currently re-running the deploy using a local builder.
Has anyone got tips on debugging build/deploy failures like this?