-
Notifications
You must be signed in to change notification settings - Fork 912
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
new(image): add Falco image based on RedHat UBI #1943
new(image): add Falco image based on RedHat UBI #1943
Conversation
As I mentioned in community call, I really like this! To add on top of what @araujof already mentioned, the image itself is also lighter than the large official one. So this means faster and easier security maintenance and lighter system footprint, sign me up :D ! |
@LucaGuerra I fixed the package cache cleanup issue and set the default value you suggested for the UBI_VERSION. Thanks for your comments! |
… rather than rpm. This reduces dependencies. Signed-off-by: TPT <[email protected]>
…d scripts in ubi Signed-off-by: TPT <[email protected]>
Signed-off-by: Frederico Araujo <[email protected]>
Signed-off-by: Frederico Araujo <[email protected]>
Signed-off-by: Frederico Araujo <[email protected]>
… image to its own directory Signed-off-by: Frederico Araujo <[email protected]>
…image for Falco Signed-off-by: Frederico Araujo <[email protected]>
Signed-off-by: Frederico Araujo <[email protected]>
Signed-off-by: Frederico Araujo <[email protected]>
/check-dco |
Happy now Poiana? |
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.
This is cool! 🤩
Just left two minor suggestions, otherwise LGTM!
Thank you for this contribution :)
Co-authored-by: Leonardo Grasso <[email protected]> Signed-off-by: Frederico Araujo <[email protected]>
…R check Signed-off-by: Frederico Araujo <[email protected]>
55141fb
to
42f3d0e
Compare
/milestone 0.32.0 |
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 now!
@araujof
Thank you for having addressed all my concerns 👍
And thank you for this PR :)
LGTM label has been added. Git tree hash: 18e2d52cb0884d078868bf7fa8788e2e011a404c
|
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.
/approve
Thank you!!
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: araujof, jasondellaluce 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 feature
Any specific area of the project related to this PR?
/area build
What this PR does / why we need it:
This PR introduces a Falco image based on RedHat's UBI (Universal Base Image). The UBI has a short release cycle with a special focus on security and stability. It has a smaller trusted computing base and a narrower exploit window than most publicly-available docker images. This is particularly helpful in hardened deployments with strict vulnerability scanning policies for agent admission.
Which issue(s) this PR fixes:
NONE
Special notes for your reviewer:
Example automation with a GHA workflow is available in the forked git repository.
Does this PR introduce a user-facing change?: