-
Notifications
You must be signed in to change notification settings - Fork 351
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
Upgrade Ruby to 2.7 or 3.1 #304
Comments
We have still several known issues with Ruby 3.1 on Windows: fluent/fluentd#3585 |
And more, buster reaches EOL at 2022-08, ruby:2.7-slim-bullseye is recommended. |
Fixed other base images |
PRs were all merged. |
Done |
Repository owner
moved this from In-Progress
to Done
in Fluentd Kanban
Feb 10, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently our Docker images uses Ruby 2.6:
fluentd-docker-image/Dockerfile.template.erb
Line 45 in 341fa81
EOL date of Ruby 2.6 is 2022-03-31:https://www.ruby-lang.org/en/downloads/branches/
We need to upgrade Ruby by the date.
Because Ruby 3.0 has some known problems (that are solved in 3.1), I want to skip it.
The text was updated successfully, but these errors were encountered: