-
Notifications
You must be signed in to change notification settings - Fork 1.7k
fix: Add libsasl2-modules-gssapi-mit to Dockerfile #10308
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Ryan Hall <[email protected]>
28a19ec
to
b14b665
Compare
@ryanhall07 Before I can merge. Please follow the contribution guidelines https://github.com/fluent/fluent-bit/blob/master/CONTRIBUTING.md#commit-changes for the commit message. Use dockerfile: xxx. |
We should really update the sanity tests as well to start verifying these runtime dependencies ideally too. |
Does this resolve #10240? Are there any others we should add now? |
@@ -132,6 +132,7 @@ RUN echo "deb http://deb.debian.org/debian bookworm-backports main" >> /etc/apt/ | |||
libpsl5 \ | |||
libbrotli1 \ | |||
libsasl2-2 \ | |||
libsasl2-modules-gssapi-mit \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I presume this requires no additional build time dependencies?
to get this merged we need the change mentioned in #10308 (comment) |
This shared library is needed for users of the kafka plugin + kerberos+gssapi.
Without they get the error
Fixes #10240
Enter
[N/A]
in the box, if an item is not applicable to your change.Testing
Before we can approve your change; please submit the following in a comment:
If this is a change to packaging of containers or native binaries then please confirm it works for all targets.
ok-package-test
label to test for all targets (requires maintainer to do).Documentation
Backporting
Fluent Bit is licensed under Apache 2.0, by submitting this pull request I understand that this code will be released under the terms of that license.