-
Notifications
You must be signed in to change notification settings - Fork 449
tracee: make it the default binary #2777
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
tracee: make it the default binary #2777
Conversation
Any new push will pick the new github testers (FYIO). |
e592b10
to
3827a26
Compare
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 overall.
Just some shellcheck caughts.
3827a26
to
1845f8c
Compare
LGTM |
--output=out-file:${TRACEE_PIPE} & | ||
tracee_ebpf_pid=$! | ||
$@ | ||
#tracee_pid=$! |
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.
@josedonizetti nit: leftover here
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. Le 8F16 arn more.
Thanks! Fixing it.
1. Explain what the PR does
This PR changes docker image entrypoint to use the new tracee binary. It removes the use of the older binaries
tracee-ebpf
andtracee-rules
.2. Explain how to test it
Do the same for the full image.
This is part of #2355
3. Other comments