Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dynamically linked release binaries #1168

Closed
deviantony opened this issue Sep 13, 2019 · 1 comment · Fixed by #1169
Closed

Dynamically linked release binaries #1168

deviantony opened this issue Sep 13, 2019 · 1 comment · Fixed by #1169

Comments

@deviantony
Copy link
Contributor

Is that normal that the kompose binary for Linux is dynamically linked?

# curl -L https://github.com/kubernetes/kompose/releases/download/v1.18.0/kompose-linux-amd64 -o /tmp/kompose

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   609    0   609    0     0   1545      0 --:--:-- --:--:-- --:--:--  1541
100 50.0M  100 50.0M    0     0  5098k      0  0:00:10  0:00:10 --:--:-- 7038k

# file /tmp/kompose
/tmp/kompose: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, not stripped

Since #98 has been merged a long time ago I would have expected the binaries to be statically linked.

@deviantony
Copy link
Contributor Author

deviantony commented Nov 17, 2019

ping @hangyan

I believe that this did not fix the issue. The binary is still dynamically linked, see #1182

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant