Build docker images for non-root user (#4320)

* build docker images as non-root user
* search and replace mistake
* buildifer
* Change uid to 1001
This commit is contained in:
Preston Van Loon
2019-12-18 12:52:26 -08:00
committed by prylabs-bulldozer[bot]
parent e27bc8312f
commit ff1fd77425
24 changed files with 120 additions and 55 deletions

View File

@@ -25,6 +25,7 @@ go_binary(
go_image(
name = "image",
srcs = ["main.go"],
base = "//tools:go_image",
goarch = "amd64",
goos = "linux",
importpath = "github.com/prysmaticlabs/prysm/tools/eth1exporter",