diff --git a/images/buildboxrunner/Dockerfile b/images/buildboxrunner/Dockerfile index bf146a9..b39d791 100644 --- a/images/buildboxrunner/Dockerfile +++ b/images/buildboxrunner/Dockerfile @@ -18,6 +18,7 @@ CMD PATH=.:$PATH &&\ ./buildbox-worker \ --instance=default_instance \ --bots-remote=unix:/wrk-cache/bots.sock \ + --stop-after=50 \ --bots-retry-limit=5 \ --buildbox-run=buildbox-run-hosttools \ --cas-remote=unix:/wrk-cache/casd.sock \