Zenika / alpine-chrome

Chrome Headless docker images built upon alpine official image
https://hub.docker.com/r/zenika/alpine-chrome
Apache License 2.0
1.83k stars 243 forks source link

Chromium package in v3.10 has upgraded to 77.x.x.x #46

Closed nrawat151290 closed 4 years ago

nrawat151290 commented 4 years ago

We are using puppeteer 1.12.0 in our project. For this version, we need chromium 73.x.x.x which was present in v3.10 branch. Recently version has been upgraded to 77.x.x.x, which broke our application. can you pls mention the branch which has chromium 73.x.x.x package?

jlandure commented 4 years ago

Hi @nrawat151290 👋

Thanks for your interest in this image! 👌 Sorry for the delay. I was busy organizing a quite big conference called DevFest Nantes

I don't understand what's missing with the tag versions described here Perhaps you're using the latest tag and it's a no-reproductible and dangerous way to launch containers. You should use a tag version to ensure sustainbility using zenika/alpine-chrome:73 for example.

$ docker container run -it --rm --entrypoint "" zenika/alpine-chrome:73 chromium-browser --version
Chromium 73.0.3683.103 

$ docker container run -it --rm --entrypoint "" zenika/alpine-chrome:73 cat /etc/alpine-release
3.10.1

What's next? Do you want me to create a 73-with-puppeteer version with puppeteer 1.12.0?

Next time, please fill out the form for 🐛 Bug report to explain more precisely your issue. 👍

And don't forget to fill out the form ❤️ Say thank you form to explain your usecase with this image. 😇

jlandure commented 4 years ago

Hi @nrawat151290 Any news regarding this issue? Can I close it?

jlandure commented 4 years ago

@all-contributors please add @nrawat151290 for bug

allcontributors[bot] commented 4 years ago

@jlandure

I've put up a pull request to add @nrawat151290! :tada: