Skip to content

Commit edceccd

Browse files
authored
Merge pull request kubernetes#77046 from fejta/rbe
Run in privileged remote containers
2 parents 498ad1b + f33e903 commit edceccd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build/root/BUILD.root

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,16 @@ genrule(
110110
platform(
111111
name = "rbe_with_network",
112112
parents = ["@rbe_default//config:platform"],
113+
# https://cloud.google.com/remote-build-execution/docs/remote-execution-environment#remote_execution_properties
113114
remote_execution_properties = """
114115
properties: {
115116
name: "dockerNetwork"
116117
value: "standard"
117118
}
119+
properties: {
120+
name: "dockerPrivileged"
121+
value: "true"
122+
}
118123
{PARENT_REMOTE_EXECUTION_PROPERTIES}
119124
""",
120125
)

0 commit comments

Comments
 (0)