clairctl binary for alpine images? #1465
mieliespoor
started this conversation in
General
Replies: 1 comment
-
I think you need the glibc compatibility layer for alpine. Alternatively, we could build a no-cgo version of the tool, but I'm hesitant to do that as it would no longer work the same way as a "normal" program on a normal distro. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
clairctl is currently available in binary form for linux-386, darwin-amd64 and linux-amd64. Only clairctl-linux-386 however runs in a linux alpine container image. Would it be possible to build a binary that would work on alpine so it won't be needed to fall back on the clairctl-linux-386 binary?
As an example, when trying to run the clairctl-linux-amd64 binary in the alpine image, I get the following (It is the same for the darwin binary):
as mentioned, the 386 binary works
Beta Was this translation helpful? Give feedback.
All reactions