Skip to content

commands: refresh inspect timeout after bootstrap - #4048

Draft
crazy-max wants to merge 1 commit into
docker:masterfrom
crazy-max:fix-inspect-bootstrap-status
Draft

commands: refresh inspect timeout after bootstrap#4048
crazy-max wants to merge 1 commit into
docker:masterfrom
crazy-max:fix-inspect-bootstrap-status

Conversation

@crazy-max

@crazy-max crazy-max commented Sep 2, 2026

Copy link
Copy Markdown
Member

fixes #1935
closes #4038

docker buildx inspect --bootstrap can print stale node status when the initial status load consumes the inspect timeout while bootstrap is still waiting for the builder to become ready. The subsequent reload now gets its own timeout window, so inspect can report the freshly booted node state instead of reusing an expired context.

This keeps the existing bootstrap behavior intact and only changes the timeout scope used by inspect status loading.

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docker buildx inspect --bootstrap can return inactive nodes

1 participant