Skip to content
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

Add support for Ubuntu 24.04 #8775

Closed
pascal-hofmann opened this issue Apr 30, 2024 · 1 comment · Fixed by #8796
Closed

Add support for Ubuntu 24.04 #8775

pascal-hofmann opened this issue Apr 30, 2024 · 1 comment · Fixed by #8796

Comments

@pascal-hofmann
Copy link

pascal-hofmann commented Apr 30, 2024

It would be great to have support for Ubuntu 24.04.

@patrick-stephens
Copy link
Contributor

Sure, feel free to submit a PR for it - the main thing to do is sort the container builds then: https://github.com/fluent/fluent-bit/blob/master/packaging/distros/ubuntu/Dockerfile

The ./packaging/build.sh script should then build it and all we need to do then I think is include it in the release matrix here: https://github.com/fluent/fluent-bit/blob/master/packaging/build-config.json

And one final bit is apt repo list here:

DEB_REPO_PATHS=( "debian/bookworm"
"debian/bullseye"
"debian/buster"
"ubuntu/xenial"
"ubuntu/bionic"
"ubuntu/focal"
"ubuntu/jammy"
"raspbian/buster"
"raspbian/bullseye" )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants