Skip to content

Commit

Permalink
fix container_tests on darwin (GoogleContainerTools#370)
Browse files Browse the repository at this point in the history
* fix some container_tests on darwin

* Update examples/nonroot/BUILD

Co-Authored-By: Brian de Alwis <[email protected]>
  • Loading branch information
2 people authored and chanseokoh committed May 29, 2019
1 parent c80fac8 commit dfa3b24
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions base/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ container_test(
go_binary(
name = "check_certs",
srcs = ["testdata/check_certs.go"],
# Test image is linux based
goos = "linux",
pure = "on",
)

Expand Down
2 changes: 2 additions & 0 deletions examples/nonroot/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ container_image(
go_binary(
name = "user",
srcs = ["testdata/user.go"],
# Test image is linux based
goos = "linux",
pure = "on",
)

Expand Down

0 comments on commit dfa3b24

Please sign in to comment.