Pat
Pat
Please sort the DCO failure, it cannot be merged without that.
@edsiper I think this is down to your preference here. I'm not sure if we should just have the flag regardless but only set it on ARM just for future...
> I was unaware of this compiler dependent aspect but unless I'm missing something most if not all of us work under the expectation that `char` means `signed char` so...
@erikbledsoe can you pick this up?
The version provided is not an OSS version, I'm guessing you're on an AWS specific version so I would raise it there or use an OSS version: https://github.com/aws/aws-for-fluent-bit Please also...
There's some guidance in the docs: https://docs.fluentbit.io/manual/development/developer-guide Generally speaking most plugins out variants of the http or tcp ones as a base with custom specifics added on top. There is...
The container image is compiled for a particular kernel configuration - your kernel configuration does not match so you need to compile a container image that matches. It's the same...
Do the Raspbian packages (not containers) work?
OK, it may be better to update packages for the new Raspbian version then. It just needs someone to contribute the relevant build config here: https://github.com/fluent/fluent-bit/blob/master/packaging/distros/raspbian/Dockerfile I think that would...
Sure, you can use any base image ultimately - this was the requirement for raspbian previously but if your target is different then it will need a different base.