mujo-code / puppeteer-headful

Github Action for puppeteer that is headful.
MIT License
100 stars 41 forks source link

Downloading Chrome in Docker container causes mismatch issues. #100

Open jcblw opened 2 years ago

jcblw commented 2 years ago

I have been having issues with how this docker container downloads Chrome. I get some fails in CI that say that we are running a version of Chrome that it fails to connect to. It is essentially this issue.

https://github.com/puppeteer/puppeteer/issues/1347#:~:text=with%20the%20browser.-,Overall%2C%20there%20are%20two%20reasons%20for%20this%20error%20to%20happen,a%20lot%20of%20concurrent%20tasks.

I feel like, from my experience, the Chrome download is not really being sped up via layer caching so I think we should just remove the Chrome download in this repo.