Skip to content

Dynamically linked release binaries #1168

Closed
@deviantony

Description

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.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions