Pat
Pat
Looks to be resolved by @nokute78 #5950 as works with latest master image and does not print the `configuration test is successful` message. ```shell $ docker run --rm -it -v...
I'd be inclined to say it should fail with a config error here: you may be relying on that alias for alerting or other monitoring so silently altering it (e.g....
Can you reproduce with the latest 1.9 version (1.9.8 at the moment)? Please provide your exact configuration as well so we can see the set up, along with the logs...
I think you need to try with the latest version (1.9.8 currently). The 1.8 branch is EOL and this may be an already resolved issue.
Ubuntu 18.04 ARM64 build is failing due to this which looks to be an issue with the Ubuntu repos: ``` libsystemd-dev : Depends: libsystemd0 (= 237-3ubuntu10.53) but 237-3ubuntu10.54 is to...
Looks like the Ubuntu ARM dependency issue is resolved now. Raspbian is still failing to compile jemalloc though, and it appears the update of this on `master` has meant the...
Raspbian failure is covered here: https://github.com/fluent/fluent-bit/issues/6175
Can you retest with the latest 1.8 (1.8.13 currently) or 1.9.0 release? There have been various fixes around DNS.
Not entirely certain what is happening in the unit tests as the failure seems to be unrelated: https://github.com/aquasecurity/tracee/actions/runs/3061048591/jobs/4940725130#step:4:1011 Using the container build environment locally with my fork shows no issues...
Re-based so if you get a chance @josedonizetti be great to have some feedback. The main query I have is around testing as this is using an existing library that...