kubernetes/hack/lib
Davanum Srinivas dfd8e4e467
Enable selinux tags in make targets
In 24d105995d, a fix was made in bazel
based builds to ensure that we add `selinux` tag when we build all
binaries especially the `kubelet`. We need to do the same for in our
hack scripts so things like `make release` will work properly as well.

Some scripts use `GOFLAGS=-tags=providerless` for example, So we should
support the tags to be specified in GOFLAGS as well. We parse out the
tags from there and ensure selinux is added to the list of tags we used
for building the binaries. Note that we add our own `-tags` with the
full set of tags and since we specify our parameter at the end, ours
full list takes precendence
2020-01-31 15:48:44 -05: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 version check error on ARM 2019-11-25 20:02:37 +08:00
golang.sh Enable selinux tags in make targets 2020-01-31 15:48:44 -05: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 fixes 2020-01-06 09:08:51 -08:00
version.sh Allow users to use custom tags 2019-10-04 12:18:18 +03:00