You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been using the zenika/alpine-chrome:latest image without any issue for almost 1 year but today I had to clear (prune) the Docker images I have locally and the new fetched image stopped working correctly. My code hasn't changed so this is clearly a regression on the Chrome image side. I then run my code with the zenika/alpine-chrome:102 image and everything was fine. So the problem seems to be with the latest 108 tag.
To Reproduce
Steps to reproduce the behavior:
I have these images:
REPOSITORY TAG IMAGE ID CREATED SIZE
zenika/alpine-chrome latest c70655f95a7e 2 days ago 439MB
zenika/alpine-chrome 102 fdcfb5e17b3e 3 weeks ago 405MB
I create a start the docker container, which leads to:
Notice that the command line parameters passed to Chrome are different between the two images, most probably related to a80c4e3 .
Open http://localhost:9222/json with the local instance of Chrome to connect remotely to the Chrome instance from the Docker container
Open something like http://localhost:9222/devtools/inspector.html?ws=localhost:9222/devtools/page/86DA8B8B16A870375D36C324EB4D0FA9 with the local instance of Chrome to connect remotely to the Chrome tab
Load https://github.com/Zenika/alpine-chrome in the remote Chrome tab
What is the expected behavior?
The web page is loaded fine.
What is the actual behavior?
The web page is loaded fine with the 102 tag but crashes the Chrome browser (with lots of net::ERR_INSUFFICIENT_RESOURCES) when the latest (108) tag is used.
Versions
Docker Engine: 20.10.22
The text was updated successfully, but these errors were encountered:
At the moment a pinned a problem down to the this image version. Tag 100 confirmed to work. Running test pipelines at the moment to get actual logs on 102 and 108 tags.
With the flags from environment variable CHROMIUM_FLAGS added to the start command I see way less errors on 108 tagged image and my test suite passes with browser crash. So I believe that a80c4e3 commit should be reverted.
Describe the bug
I've been using the
zenika/alpine-chrome:latest
image without any issue for almost 1 year but today I had to clear (prune) the Docker images I have locally and the new fetched image stopped working correctly. My code hasn't changed so this is clearly a regression on the Chrome image side. I then run my code with thezenika/alpine-chrome:102
image and everything was fine. So the problem seems to be with the latest 108 tag.To Reproduce
Steps to reproduce the behavior:
http://localhost:9222/json
with the local instance of Chrome to connect remotely to the Chrome instance from the Docker containerhttp://localhost:9222/devtools/inspector.html?ws=localhost:9222/devtools/page/86DA8B8B16A870375D36C324EB4D0FA9
with the local instance of Chrome to connect remotely to the Chrome tabhttps://github.com/Zenika/alpine-chrome
in the remote Chrome tabWhat is the expected behavior?
The web page is loaded fine.
What is the actual behavior?
The web page is loaded fine with the 102 tag but crashes the Chrome browser (with lots of
net::ERR_INSUFFICIENT_RESOURCES
) when thelatest
(108) tag is used.Versions
Docker Engine: 20.10.22
The text was updated successfully, but these errors were encountered: