Working on a new app and have been deploying all day. Haven’t touched my default configuration.
Seeing this error:
WARN Failed to start remote builder heartbeat: machine did not have a private IP
Waiting for remote builder fly-builder-lingering-lake-5181… Error: failed to fetch an image or build from source: error connecting to docker: machine did not have a private IP
Anything going on on your end? Any advice if this is something I can fix? Like I said, I was deploying earlier today without a problem
Another thing to mention is that the builder is attempting to pull from the registry without success. (the name in the screenshot is different than the logs posted above, I deleted the builder app and created a new one after going through another “flyctl launch”)
Another thing I tried was deleting my shared builders (again), creating a new app in a different region and running flyctl launch
. My thinking was since the builder in the ord
region for whatever reason can’t pull from the registry, then maybe another region will work. So I created a new fly.toml:
app = “rough-mountain-8973”
primary_region = “bos”[http_service]
internal_port = 80
force_https = true
auto_stop_machines = true
auto_start_machines = true
min_machines_running = 0
But I’m still seeing ord
in the new builder logs. Is this right?