x/build: fix broken Docker on arm64 packet builders #24810
Closed
Labels
Milestone
Comments
What's the current version of Docker and what are we upgrading to? |
Before:
After
|
Builders seem happy. Closing and hoping not to reopen. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Some of the arm64 packet builders stopped working.
Over time, the docker daemon lost track of more and more exited containers.
buildlet reverse mode exiting
is followed byos.Exit
.Trying to exec suggests Docker lost track of them.
There is no spot-on Moby issue that matches this, but some similar ones over the last year. Upgrading and restarting Docker assuming it's a known issue. Will reopen if it keeps happening.
The text was updated successfully, but these errors were encountered: