-
Notifications
You must be signed in to change notification settings - Fork 35
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
version `GLIBC_2.34' not found in thruster-0.1.9-x86_64-linux #63
Comments
stumbling upon the same issue here.. |
it works, if you downgrade to the just use Hope this helps, till |
yup, reverted to |
This is currently incompatible with the version of linux in the Dockerfile, because it requires a different verison of GLIBC See: basecamp/thruster#63
Uff, spent some time on looking for this fix. 👍 |
For some odd reasons, the 0.1.9 is not tagged. |
This should be fixed now in v0.1.10. I believe the issue was mainly present when using older Ruby versions, whose matching base image didn't contain that glibc version. e.g. A Ruby 3.2.0 app would've had the issue, but a 3.2.6 app wouldn't. However, there's no reason we needed that runtime dependency on glibc in the first place, so from v0.1.10 onwards we'll use a static build that doesn't require it. I've confirmed that a new Rails 8 app using Ruby 3.2.0 starts correctly on v0.1.10. Sorry for the inconvenience, and thanks everyone for reporting the issue! 🙏❤️ |
Dear @kevinmcconnell , i can confirm, that the issue is solved with |
Great, thanks for confirming, @johannesschobel! |
Seeing the following error in thruster version
thruster-0.1.9-x86_64-linux
and using Rails 8.0.0The text was updated successfully, but these errors were encountered: