-
Notifications
You must be signed in to change notification settings - Fork 5
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
Missing libs in most recent image #11
Comments
@maxcountryman could you specify the command you're running the image with? |
@tyranron |
@maxcountryman anything else to reproduce the issue? I have the following: $ docker run --rm -it -p 4444:4444 docker.io/instrumentisto/geckodriver:126.0-driver0.34.0-r0
Unable to find image 'instrumentisto/geckodriver:126.0-driver0.34.0-r0' locally
126.0-driver0.34.0-r0: Pulling from instrumentisto/geckodriver
09f376ebb190: Already exists
79f518476e83: Pull complete
Digest: sha256:6e8fb1d6fdbdf30402c18df86089c901e43e0ca6b31ef58cbd9e6c1ef7fc39c8
Status: Downloaded newer image for instrumentisto/geckodriver:126.0-driver0.34.0-r0
1717088605639 geckodriver INFO Listening on 127.0.0.1:4444 |
@maxcountryman ok, I was able to reproduce the issue. Strangely, despite the errors written into logs they don't affect any use cases of our WebDriver usage and all our builds/tests are OK. |
@maxcountryman we install all the dependencies of I've added these libs, so try out the The worst part, I don't know how to build a test to catch such regressions in the future. If you have any ideas in mind, PR is welcome. |
Thanks for this. I'll give it a try shortly. |
I've recently started seeing the following errors with the latest image:
The text was updated successfully, but these errors were encountered: