Run in privileged remote containers

k3s-v1.15.3
Erick Fejta 2019-04-24 21:07:52 -07:00
parent a0d8278346
commit f33e903885
1 changed files with 5 additions and 0 deletions

View File

@ -110,11 +110,16 @@ genrule(
platform(
name = "rbe_with_network",
parents = ["@rbe_default//config:platform"],
# https://cloud.google.com/remote-build-execution/docs/remote-execution-environment#remote_execution_properties
remote_execution_properties = """
properties: {
name: "dockerNetwork"
value: "standard"
}
properties: {
name: "dockerPrivileged"
value: "true"
}
{PARENT_REMOTE_EXECUTION_PROPERTIES}
""",
)