Pat
Pat
Looks like it is all good with the dev snapshot: ```shell docker run --name tracee --rm -it --pid=host --cgroupns=host --privileged -v /etc/os-release:/etc/os-release-host:ro -e LIBBPFGO_OSRELEASE_FILE=/etc/os-release-host -e TRACEE_EBPF_ONLY=1 --network=host aquasec/tracee:dev --output forward:tcp://user:[email protected]:24224?tag=tracee...
Ah my bad, looks like it needs to go here? - https://github.com/aquasecurity/tracee/tree/main/docs/docs/integrating - https://github.com/aquasecurity/tracee/blob/main/docs/docs/tracing/output-formats.md It looks like they still use the old `tracee-ebpf` binary though.
> @edsiper @patrick-stephens > I really need these fixes 😅 , is there anything I can do to help expedite this? Can you prove they work on an actual environment?...
> > > @edsiper @patrick-stephens > > > I really need these fixes 😅 , is there anything I can do to help expedite this? > > > > >...
We see this too, both on simple container image promotion for Fluent Bit releases - usually pushing to ghcr.io in parallel the 3 supported architectures at least one of them...
I'm afraid I have little knowledge of the overall set up for docs but it is all handled here for Fluent Bit: https://github.com/fluent/fluent-bit-docs We really need a better way of...
We probably should update docs as well, particularly with the RBAC change. Could you link a docs PR @ryanohnemus ? Do we have any int tests for this btw?
https://github.com/fluent/fluent-bit/pull/8916 should update the base image too
What's up with the test failures?
Yeah the main repo ones have been updated but I raised an issue on sorting the labels out similar to here. I also modified the maintainer email. We probably should...