-
Notifications
You must be signed in to change notification settings - Fork 53
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
Container no longer accepts network connections #55
Comments
In this case, we should explore using |
I did something similar using Probably,
Dockerfile:
|
I built a fix with |
Is there any update on this? we would like to update our chrome version (i.e. using a newer tag of your image) but we're currently not able to as the remote debugging address is no longer exposed. a fix as suggested by @DoLooP would be really great 👍 |
I have merged the PR from @DoLooP and then patched it further. Please let me know if it does not work. |
@yukinying It works, thanks a lot! ❤️ I tested it by checking out the repo and building the |
@felixmagnus the images should be published in docker. I checked that there is a Chrome release a few days ago and that has triggered the automatic build. |
The latest docker image doesn't include the fix for some reason.
I've build the |
Please use https://hub.docker.com/r/yukinying/chrome-headless-browser-stable for the The Dockerfile in chrome-headless-browser (not stable one) also need to be fixed, and should happen this week. |
The fix is there, and we will wait for the next trigger (Chrome upstream update in a few days) to release the container automatically. |
This decision by upstream maintainers means that Chrome no longer supports remote debugging. It now only binds to 127.0.0.1 and ignores the
--remote-debugging-address
option.https://issues.chromium.org/issues/327558594
The text was updated successfully, but these errors were encountered: