build: enable network for docker on remote executors (#35432)

This is being done as a pre-factor for running integration tests
with bazel on RBE.

PR Close #35432
This commit is contained in:
Joey Perrott 2020-02-13 13:07:25 -08:00 committed by Alex Rickabaugh
parent 8c75f2155d
commit d05629be3b
1 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,10 @@ platform(
name: "dockerAddCapabilities"
value: "SYS_ADMIN"
}
properties: {
name: "dockerNetwork"
value: "standard"
}
properties: {
name: "Pool"
value: "default"