-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
dockerfile: update to bookworm base image #8916
Conversation
Signed-off-by: Patrick Stephens <[email protected]>
Signed-off-by: Patrick Stephens <[email protected]>
Signed-off-by: Patrick Stephens <[email protected]>
Signed-off-by: Patrick Stephens <[email protected]>
Signed-off-by: Patrick Stephens <[email protected]>
Integration test failures seem unrelated, current |
Windows downloads seem to have flaky/slow issues with Chocolatey, this is a known issue and unrelated. |
Just some feedback on this. I feel like this should have been part of a major release (or very least a minor release). We had some lua scripts break due to the libssl change that happened. I don't think many users who are extending the docker container are expecting the base operating system to change out on them in a patch release. |
Update to Debian
bookworm
as the base for the container images.Increments to
libssl3
,libldap-2.5
andlibffi8
as part of this. Also addedlibcap2
to prevent runtime linkage problems.Enter
[N/A]
in the box, if an item is not applicable to your change.Testing
CI covers build and run sanity check.
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.