You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When building the ebpf probe with falco-driver-loader --compile, the probe builds and loads properly, however falco crashes and burns upon trying to use the probe:
Additional context
Originally, I tried to build the driver loader image with the package libc6-compat but it failed to compile the bpf probe, so I switched to gcompat
I will also try clang 14 to see if it makes any difference.
I will also try installing glibc because there is a glibc for alpine build and we'll see if that makes any difference.
The text was updated successfully, but these errors were encountered:
Describe the bug
When building the ebpf probe with falco-driver-loader --compile, the probe builds and loads properly, however falco crashes and burns upon trying to use the probe:
How to reproduce it
Build the falco driver loader from this dockerfile:
Expected behaviour
The probe builds, and falco runs without issue
Screenshots
Environment
Additional context
Originally, I tried to build the driver loader image with the package
libc6-compat
but it failed to compile the bpf probe, so I switched togcompat
I will also try clang 14 to see if it makes any difference.
I will also try installing glibc because there is a glibc for alpine build and we'll see if that makes any difference.
The text was updated successfully, but these errors were encountered: