make runner secure
This commit is contained in:
@@ -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 \
|
||||
|
Reference in New Issue
Block a user