kubernetes/hack/lib
Sascha Grunert 8a96ed0d20
Link kubectl-convert binary statically
The kubectl-convert binary itself only depends on the following runtime
libraries when linking dynamically:

```
> ldd _output/bin/kubectl-convert
        linux-vdso.so.1 (0x00007ffef0786000)
        libpthread.so.0 => /nix/store/4nlgxhb09sdr51nc9hdm8az5b08vzkgx-glibc-2.35-163/lib/libpthread.so.0 (0x00007f5f4ac25000)
        libdl.so.2 => /nix/store/4nlgxhb09sdr51nc9hdm8az5b08vzkgx-glibc-2.35-163/lib/libdl.so.2 (0x00007f5f4ac20000)
        libc.so.6 => /nix/store/4nlgxhb09sdr51nc9hdm8az5b08vzkgx-glibc-2.35-163/lib/libc.so.6 (0x00007f5f4aa00000)
        /nix/store/4nlgxhb09sdr51nc9hdm8az5b08vzkgx-glibc-2.35-163/lib/ld-linux-x86-64.so.2 => /nix/store/4nlgxhb09sdr51nc9hdm8az5b08vzkgx-glibc-2.35-163/lib64/ld-linux-x86-64.so.2 (0x00007f5f4ac2c000)
```

We now move kubectl-convert to become a static binary as well to achieve
maximum portability.

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2022-12-01 11:23:26 +01:00
..
.gitattributes Capture git export-subst strings in version.sh for 'git archive' use. 2017-11-09 16:36:27 -08:00
etcd.sh use etcd 3.5.6-0 after promotion 2022-11-24 09:45:56 +08:00
golang.sh Link kubectl-convert binary statically 2022-12-01 11:23:26 +01:00
init.sh api: dynamic resource allocation API 2022-11-10 20:08:24 +01:00
logging.sh Lower default log verbosity 2020-08-02 01:22:59 -04:00
protoc.sh drop vendor from go install paths 2022-05-05 08:47:33 -04:00
swagger.sh drop vendor from go install paths 2022-05-05 08:47:33 -04:00
test.sh Update shellcheck version (0.7.2 -> 0.8.0) and fix findings 2022-11-08 11:53:57 +01:00
util.sh Merge pull request #113229 from BenTheElder/more-shell-tidy 2022-10-20 22:25:50 -07:00
version.sh Ensure we are using GNU date for builds 2022-10-20 10:12:23 -04:00