vmware-archive / dependency-labeler

Dependency Labeler adds metadata about a container image's dependencies as a label to the container image. Formerly maintained by the NavCon team, currently maintained by the Source Insight Tooling team
Other
10 stars 5 forks source link

Linux binary dynamically linked for musl libc #6

Closed pdelagrave closed 5 years ago

pdelagrave commented 5 years ago

The Linux version of the released binary only works on musl libc based distros like alpine. Running it on Ubuntu will return a bash: deplab: No such file or directory error because /lib/ld-musl-x86_64.so.1, can't be found.

I believe building statically linked could fix this, or providing dynamically linked binaries for both glibc and musl.

file output:

Thanks,

Pierre

iainsproat commented 5 years ago

We have pushed a fix and it is available as pre-release build.5

Deskana commented 5 years ago

This bug is now fixed in the latest release (presently 0.44.0-build.5). Thanks!