mirror of https://github.com/k3s-io/k3s
Run in privileged remote containers
parent
a0d8278346
commit
f33e903885
|
@ -110,11 +110,16 @@ genrule(
|
||||||
platform(
|
platform(
|
||||||
name = "rbe_with_network",
|
name = "rbe_with_network",
|
||||||
parents = ["@rbe_default//config:platform"],
|
parents = ["@rbe_default//config:platform"],
|
||||||
|
# https://cloud.google.com/remote-build-execution/docs/remote-execution-environment#remote_execution_properties
|
||||||
remote_execution_properties = """
|
remote_execution_properties = """
|
||||||
properties: {
|
properties: {
|
||||||
name: "dockerNetwork"
|
name: "dockerNetwork"
|
||||||
value: "standard"
|
value: "standard"
|
||||||
}
|
}
|
||||||
|
properties: {
|
||||||
|
name: "dockerPrivileged"
|
||||||
|
value: "true"
|
||||||
|
}
|
||||||
{PARENT_REMOTE_EXECUTION_PROPERTIES}
|
{PARENT_REMOTE_EXECUTION_PROPERTIES}
|
||||||
""",
|
""",
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue