Reported internally:
Noticed what I believe is a teeny regression in buildx v0.10.0 today:
$ ./buildx-v0.10.0.darwin-arm64 rm --all-inactive -f
ERROR: context builder cannot be removed, run docker context rm desktop-linux to remove this context
Doesn't happen with v0.9.1, and is harmless despite being scary. Happens regardless of if you have any other builders to prune.
Reported internally: