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
In case it might be of interest, I've done two devcontainer features to help with tinkering with eBPF in well-defined development environments, ready to use from ghcr.io:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
In case it might be of interest, I've done two devcontainer features to help with tinkering with eBPF in well-defined development environments, ready to use from
ghcr.io
:go-ebpf devcontainer feature ... installs clang and llvm, as well as
bpf2go
. Has a dependency on the go devcontainer feature.bpftool devcontainer feature ... installs
bpftool
binary from upstream releases, which is a pain relief for especially Debian/Ubuntu users (like me).These features are automatically tested on AlmaLinux, Debian, Fedora, Ubuntu base images.
Beta Was this translation helpful? Give feedback.
All reactions