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.82k stars 241 forks source link

Publish 100-with-chromedriver tag #196

Closed jcestibariz closed 2 years ago

jcestibariz commented 2 years ago

Hi, I'm able to pull zenika/alpine-chrome:with-chromedriver but trying to pull zenika/alpine-chrome:100-with-chromedriver produces this error:

$ docker pull zenika/alpine-chrome:100-with-chromedriver
Error response from daemon: manifest for zenika/alpine-chrome:100-with-chromedriver not found: manifest unknown: manifest unknown
zigarn commented 2 years ago

Sadly, with the DockerHub autobuild all flavors were built at the same time and depending on latest parent image that was often not yet at latest version. So there is no 100-with-chromedriver and it's not possible to build it afterwards as this version of chromium is not available in alpine repo. You can use 99-with-chromedriver or 102-with-chromedriver.

With new build with GitHub Actions, this should not happen anymore.

zigarn commented 2 years ago

(README is not easy to keep up-to-date as chromium version depends on what is in alpine edge repo when building image)

jcestibariz commented 2 years ago

I was able to pull 102-with-chromedriver (which wasn't available when I filed this issue). Thank you.