make runner secure

This commit is contained in:
uazo
2021-06-29 13:50:31 +00:00
parent decf957c61
commit 7af7d7ec10
3 changed files with 9 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
ARG VERSION
FROM localhost:5000/uazo/build-deps:$VERSION
FROM uazo/build-deps:$VERSION
ARG REMOTEEXEC_ADDR
@@ -17,8 +17,8 @@ RUN sudo apt-get -f -y install libgoogle-glog-dev libprotobuf17 libgrpc++1 &&\
CMD PATH=.:$PATH &&\
./buildbox-worker \
--instance=default_instance \
--bots-remote=http://$REMOTEEXEC_ADDR \
--bots-retry-limit=10 \
--bots-remote=unix:/wrk-cache/bots.sock \
--bots-retry-limit=5 \
--buildbox-run=buildbox-run-hosttools \
--cas-remote=unix:/wrk-cache/casd.sock \
--logstream-remote=unix:/wrk-cache/casd.sock \