kubernetes/hack/lib
Davanum Srinivas d70d04f92b
zero out the build id for reproducible builds
We have been having issues with making builds reproducible, especially
with the `.note.go.buildid` ELF section. One tip from a golang issue was
to set `-ldflags=-buildid=` which seems to work well. You can confirm
that the buildid is set to empty by inspecting the binaries with the go
command example `go tool buildid _output/local/go/bin/kubectl`

Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-03-15 20:43:19 -04:00
..
.gitattributes Capture git export-subst strings in version.sh for 'git archive' use. 2017-11-09 16:36:27 -08:00
BUILD cluster: move logging library to hack/ 2018-01-13 16:37:50 -08:00
etcd.sh Fix etcd issues on ARM 2020-02-27 12:55:53 +08:00
golang.sh zero out the build id for reproducible builds 2020-03-15 20:43:19 -04:00
init.sh Promoting EndpointSlices to beta 2019-11-13 14:20:19 -08:00
logging.sh fix shellcheck failures of hack/lib/logging.sh hack/lib/protoc.sh 2019-04-12 16:00:23 +08:00
protoc.sh fix shellcheck failures of hack/lib/logging.sh hack/lib/protoc.sh 2019-04-12 16:00:23 +08:00
swagger.sh fix hack/lib/swagger.sh shellcheck failures 2019-06-25 22:09:31 -07:00
test.sh Fix run_kubectl_sort_by_tests 2019-11-07 02:26:45 -05:00
util.sh test images: Image Promoter sed fix 2020-02-18 19:58:35 -08:00
version.sh Allow users to use custom tags 2019-10-04 12:18:18 +03:00