forked from aquasecurity/tracee
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Makefile.tracee: to have official 3 container flavors
This change makes it possible to have 3 containers generated: 1. tracee # uses CO-RE by default 2. tracee-btfhub # uses CO-RE by default and has embedded BTFs 3. tracee-nocore # does not use CO-RE eBPF object (builds it) The "tracee" container is the "slim" version and "tracee-nocore" is the fat version of tracee (sort of speak). If you want to execute "tracee-ebpf" instead of full tracee, those 3 flavors allow you to do so by exporting: TRACEE_EBPF_ONLY=1 environment variable to docker. With that, the entrypoint will be changed automatically to execute "tracee-ebpf" instead of "tracee".
- Loading branch information
1 parent
6a9ca8b
commit c40129b
Showing
1 changed file
with
29 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters