Replies: 1 comment
-
I think this is a duplicate of #6217 (comment) so let's try to keep in one place. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I was building my dockerized my FluentBit container since a couple of years now. No problems so was.
Base is a Ubuntu 20.04 LTS image (
FROM ubuntu:focal
).The last working Fluent Bit version was 1.9.4 for me.
From version 1.9.5 onward it started complaining in the
cmake
phase:Questions:
(1) Why is Python now required?
(2) What was changed regarding OpenSSL?
Beta Was this translation helpful? Give feedback.
All reactions