-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Bumping to 4.7.2 #1744
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
Bumping to 4.7.2 #1744
Conversation
Seems the build is failing because of the coursier download and execution https://github.com/SeleniumHQ/docker-selenium/actions/runs/3702914588/jobs/6274019397#step:9:1071 @krmahadevan @xcalizorz do you have time to have a look? |
@diemol - I am seeing this error
I went back to the coursiers repo and noticed that there was a change done coursier/launchers@60da306 Not sure if that would be the cause. I dont have a UNIX machine to try this out and confirm this theory |
It looks like coursier was built using glibc
It seems that Ubuntu
I would not recommend updating glibc manually (building, etc. needed) since it is a very central library and we should use the one shipped with ubuntu.
The latest LTS for ubuntu would be |
The native installer needs glibc 2.32 which is not provided by any Ubuntu LTS version per default.
Using Currently, the only quick solution would be to use the JAR based coursier launcher instead of using the native one (see my latest commit). |
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.
Thank you, @xcalizorz!
* Bumping to 4.7.2 * Use JAR based coursier launcher The native installer needs glibc 2.32 which is not provided by any Ubuntu LTS version per default. Co-authored-by: Xcalizorz <[email protected]> [deploy]
Thanks for contributing to the Docker-Selenium project!
A PR well described will help maintainers to quickly review and merge it
Before submitting your PR, please check our contributing guidelines, applied for this repository.
Avoid large PRs, help reviewers by making them as simple and short as possible.
Description
Bumping to Selenium Grid 4.7.2
Motivation and Context
Types of changes
Checklist