|
6 | 6 |
|
7 | 7 | # Supported tags and respective `Dockerfile` links |
8 | 8 |
|
9 | | -- `latest`, `85` [(Dockerfile)](https://github.com/Zenika/alpine-chrome/blob/master/Dockerfile) |
10 | | -- `with-node`, `85-with-node`, `85-with-node-12` [(Dockerfile)](https://github.com/Zenika/alpine-chrome/blob/master/with-node/Dockerfile) |
11 | | -- `with-puppeteer`, `85-with-puppeteer` [(Dockerfile)](https://github.com/Zenika/alpine-chrome/blob/master/with-puppeteer/Dockerfile) |
12 | | -- `with-playwright`, `85-with-playwright` [(Dockerfile)](https://github.com/Zenika/alpine-chrome/blob/master/with-playwright/Dockerfile) |
13 | | -- `with-selenoid`, `85-with-selenoid` [(Dockerfile)](https://github.com/Zenika/alpine-chrome/blob/master/with-selenoid/Dockerfile) |
14 | | -- `with-chromedriver`, `85-with-chromedriver` [(Dockerfile)](https://github.com/Zenika/alpine-chrome/blob/master/with-chromedriver/Dockerfile) |
15 | | -- `84`, `83`, `81`, `80`, `77`, `76`, `73`, `72`, `71`, `68`, `64` |
16 | | -- `84-with-puppeteer`, `83-with-puppeteer`, `81-with-node`, `80-with-node`, `77-with-node`, `76-with-node` |
17 | | -- `84-with-puppeteer`, `83-with-puppeteer`, `81-with-puppeteer`, `80-with-puppeteer`, `77-with-puppeteer`, `76-with-puppeteer` |
| 9 | +- `latest`, `86` [(Dockerfile)](https://github.com/Zenika/alpine-chrome/blob/master/Dockerfile) |
| 10 | +- `with-node`, `86-with-node`, `86-with-node-12` [(Dockerfile)](https://github.com/Zenika/alpine-chrome/blob/master/with-node/Dockerfile) |
| 11 | +- `with-puppeteer`, `86-with-puppeteer` [(Dockerfile)](https://github.com/Zenika/alpine-chrome/blob/master/with-puppeteer/Dockerfile) |
| 12 | +- `with-playwright`, `86-with-playwright` [(Dockerfile)](https://github.com/Zenika/alpine-chrome/blob/master/with-playwright/Dockerfile) |
| 13 | +- `with-selenoid`, `86-with-selenoid` [(Dockerfile)](https://github.com/Zenika/alpine-chrome/blob/master/with-selenoid/Dockerfile) |
| 14 | +- `with-chromedriver`, `86-with-chromedriver` [(Dockerfile)](https://github.com/Zenika/alpine-chrome/blob/master/with-chromedriver/Dockerfile) |
| 15 | +- `85`, `84`, `83`, `81`, `80`, `77`, `76`, `73`, `72`, `71`, `68`, `64` |
| 16 | +- `85-with-node`, `84-with-node`, `83-with-node`, `81-with-node`, `80-with-node`, `77-with-node`, `76-with-node` |
| 17 | +- `85-with-puppeteer`,`84-with-puppeteer`, `83-with-puppeteer`, `81-with-puppeteer`, `80-with-puppeteer`, `77-with-puppeteer`, `76-with-puppeteer` |
18 | 18 |
|
19 | 19 | # alpine-chrome |
20 | 20 |
|
@@ -256,14 +256,14 @@ Some examples are available on the `examples` [directory](examples): |
256 | 256 |
|
257 | 257 | ``` |
258 | 258 | docker container run -it --rm --entrypoint "" zenika/alpine-chrome cat /etc/alpine-release |
259 | | -3.12.0 |
| 259 | +3.12.1 |
260 | 260 | ``` |
261 | 261 |
|
262 | 262 | ## Chrome version |
263 | 263 |
|
264 | 264 | ``` |
265 | 265 | docker container run -it --rm --entrypoint "" zenika/alpine-chrome chromium-browser --version |
266 | | -Chromium 85.0.4183.83 |
| 266 | +Chromium 86.0.4240.111 |
267 | 267 | ``` |
268 | 268 |
|
269 | 269 | ## Image disk size |
|
0 commit comments