Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: bump sinsp, scap and the drivers to 5c0b863ddade7a45568c0ac97d…
…037422c9efb750 Signed-off-by: Lorenzo Fontana <lo@linux.com>
- Loading branch information
55a93bc
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.
what will be the driver version for the latest release
0.33.0
? Would that be6599e2efebce30a95f27739d655d53f0d5f686e4
? This is what I am seeing here => #2177. Can someone confirm if possible?55a93bc
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.
As you can see in https://github.com/falcosecurity/falco/blob/0.33.0/cmake/modules/driver.cmake#L29, Falco 0.33.0 ships with driver version 3.0.1. Also, please note that the latest Falco version. is 0.34.1, and that a new one (0.35.0) will be released at the end of the month.
55a93bc
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.
I am refactoring our pipeline and struggling to get the right falco driver version and it's compatible driverkit download path (those 2 confuse me a LOT). This below is my current config:
now I would like to bump up to version
0.33.0
for example, I am sure now of the driver version but unsure of it's compatible driverkit download pathhttps://github.com/falcosecurity/driverkit/releases/download/
I would appreciate if you can point me to the right path as it's been a blocker for us. Thanks @jasondellaluce
55a93bc
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.
do you remember it by change @FedeDP ?
55a93bc
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.
What do you mean by
compatible driverkit download path
?EDIT: if you mean driverkit version, any of the version coming out AFTER that driverversion are ok; just go with the latest and you'll be good to go.
Driverkit strives to keep backward compatibility, so that latest driverkit can build any driverversion against any kernelrelease.
55a93bc
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.
Correct meant to say driver kit. So in my case driver version
3.0.1+driver
and driverkit =>v0.12.0
which can be grabbed fromhttps://github.com/falcosecurity/driverkit/releases/download/v0.12.0/driverkit_0.12.0_linux_amd64.tar.gz
. Agree?55a93bc
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.
Yes sir!