We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python3 -m http.server 1234
docker buildx create --name=garbage --driver=remote tcp://localhost:1234 --use
docker buildx build .
buildx detects the node is broken and eventually times out
buildx sends http requests to the garbage server every 3 seconds, forever (or maybe it times out after an hour but i only waited a few minutes)
The text was updated successfully, but these errors were encountered:
jsternberg
Successfully merging a pull request may close this issue.
Description
Repro steps
Expected result
buildx detects the node is broken and eventually times out
Actual result
buildx sends http requests to the garbage server every 3 seconds, forever (or maybe it times out after an hour but i only waited a few minutes)
The text was updated successfully, but these errors were encountered: