Skip to content

Commit

Permalink
Docker: Make root user the default (#4461)
Browse files Browse the repository at this point in the history
* make root user the default
* Merge branch 'master' into root-user
* Merge refs/heads/master into root-user
* Merge refs/heads/master into root-user
  • Loading branch information
prestonvanloon authored and prylabs-bulldozer[bot] committed Jan 8, 2020
1 parent d249f78 commit 200bb5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/BUILD.bazel
Expand Up @@ -48,14 +48,14 @@ container_image(
name = "cc_image",
base = "@cc_image_base//image",
tars = [":passwd_tar"],
user = "nonroot",
user = "root",
visibility = ["//visibility:public"],
)

container_image(
name = "go_image",
base = "@go_image_base//image",
tars = [":passwd_tar"],
user = "nonroot",
user = "root",
visibility = ["//visibility:public"],
)

0 comments on commit 200bb5e

Please sign in to comment.