-
Notifications
You must be signed in to change notification settings - Fork 902
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updates to the falco-driver-loader script #1158
Conversation
…odules URLs The new Falco kernel modules URLs are: `<base_url>/kernel-module/<driver_version>/falco_<target_id>_<kernel_release>_<kernel_version>` Co-authored-by: Lorenzo Fontana <lo@linux.com> Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
eBPF probes coming from the drivers build grid Co-authored-by: Lorenzo Fontana <lo@linux.com> Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
DBG stands for Drivers Build Grid, a repository holding a set of prebuilt drivers (both Falco kernel modules and Falco eBPF probes). Co-authored-by: Lorenzo Fontana <lo@linux.com> Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
Hey @leodido Side note (just a reminder for me): Moreover, I'm really happy to see this PR 🥳 |
Co-authored-by: Lorenzo Fontana <lo@linux.com> Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
/cc @fntlnz |
LGTM label has been added. Git tree hash: 5cf2f9b07a81001ca5b302795da711b21148e89d
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, too 🥳
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fntlnz, leogr The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
/kind cleanup
/kind feature
Any specific area of the project related to this PR?
/area build
What this PR does / why we need it:
This PR refactors the
falco-driver-builder
in order to support the downloading from the upcoming "drivers build grid".Which issue(s) this PR fixes:
Fixes #1125
Special notes for your reviewer:
Docs need to be updated in order to show to users an alternative approach of installing the Falco driver through the
falco-driver-loader
script (present into the container).Does this PR introduce a user-facing change?: