Skip to content

rm: keep builder removal outside the status timeout - #4072

Merged
tonistiigi merged 1 commit into
docker:masterfrom
crazy-max:fix-rm-status-timeout
Sep 10, 2026
Merged

rm: keep builder removal outside the status timeout#4072
tonistiigi merged 1 commit into
docker:masterfrom
crazy-max:fix-rm-status-timeout

Conversation

@crazy-max

Copy link
Copy Markdown
Member

fixes #4067

Use the caller context for cleanup so slow container and volume removal can finish after the builder-status timeout expires.

Use the caller context for cleanup so slow container and volume removal can
finish after the builder-status timeout expires.

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.

buildx rm applies the builder-status --timeout to the removal itself, aborting an in-flight volume delete at 20s and leaking the state volume

2 participants