iltatarin
iltatarin
I get the same error
Also interested in how this can be done. So far I managed to run my plugin by throwing it into Dockerfile: ``` FROM cr.fluentbit.io/fluent/fluent-bit COPY my_out.so /fluent-bit/plugins/my_out.so CMD ["/fluent-bit/bin/fluent-bit", "-c",...
Also interested in how this can be done. So far I managed to run my plugin by throwing it into Dockerfile: ``` FROM cr.fluentbit.io/fluent/fluent-bit COPY my_out.so /fluent-bit/plugins/my_out.so CMD ["/fluent-bit/bin/fluent-bit", "-c",...