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:
parent
8c75f2155d
commit
d05629be3b
|
@ -22,6 +22,10 @@ platform(
|
||||||
name: "dockerAddCapabilities"
|
name: "dockerAddCapabilities"
|
||||||
value: "SYS_ADMIN"
|
value: "SYS_ADMIN"
|
||||||
}
|
}
|
||||||
|
properties: {
|
||||||
|
name: "dockerNetwork"
|
||||||
|
value: "standard"
|
||||||
|
}
|
||||||
properties: {
|
properties: {
|
||||||
name: "Pool"
|
name: "Pool"
|
||||||
value: "default"
|
value: "default"
|
||||||
|
|
Loading…
Reference in New Issue