mirror of https://github.com/k3s-io/k3s
Run in privileged remote containers
parent
a0d8278346
commit
f33e903885
|
@ -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}
|
||||
""",
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue