Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
We have been running all of our CI in Cloud Build for the past year. We have a docker network specified similar to:
This has always worked fine. Suddenly today all of our Cloud Build runs fail with services in our network saying "Connection Refused". There have been no changes to our Cloud Build setup or any recently merged PRs.
For example, we have containers for Mongo.
mongo
andmongotest
containers are definitely attached to the cloud build network which we can verify by checking the output ofdocker network inspect cloudbuild
, but neither hostnamemongo
ormongotest
are resolving, even connecting directly to their IPs.Sample check we ran: