|
2 | 2 |
|
3 | 3 | # Supported tags and respective `Dockerfile` links |
4 | 4 |
|
5 | | -- `latest`, `80` [(Dockerfile)](https://github.com/Zenika/alpine-chrome/blob/master/Dockerfile) |
| 5 | +- `latest`, `81` [(Dockerfile)](https://github.com/Zenika/alpine-chrome/blob/master/Dockerfile) |
6 | 6 | - `with-webgl` [(Dockerfile)](https://github.com/Zenika/alpine-chrome/blob/master/with-webgl/Dockerfile) |
7 | | -- `with-node`, `80-with-node`, `80-with-node-12` [(Dockerfile)](https://github.com/Zenika/alpine-chrome/blob/master/with-node/Dockerfile) |
8 | | -- `with-puppeteer`, `80-with-puppeteer` [(Dockerfile)](https://github.com/Zenika/alpine-chrome/blob/master/with-puppeteer/Dockerfile) |
9 | | -- `77`, `76`, `73`, `72`, `71`, `68`, `64` |
10 | | -- `76-with-node`, `77-with-node`, |
11 | | -- `76-with-puppeteer`, `77-with-puppeteer` |
| 7 | +- `with-node`, `81-with-node`, `81-with-node-12` [(Dockerfile)](https://github.com/Zenika/alpine-chrome/blob/master/with-node/Dockerfile) |
| 8 | +- `with-puppeteer`, `81-with-puppeteer` [(Dockerfile)](https://github.com/Zenika/alpine-chrome/blob/master/with-puppeteer/Dockerfile) |
| 9 | +- `80`, `77`, `76`, `73`, `72`, `71`, `68`, `64` |
| 10 | +- `80-with-node`, `77-with-node`, `76-with-node` |
| 11 | +- `80-with-puppeteer`, `77-with-puppeteer`, `76-with-puppeteer` |
12 | 12 |
|
13 | 13 | # alpine-chrome |
14 | 14 |
|
@@ -151,12 +151,19 @@ Links: |
151 | 151 |
|
152 | 152 | ``` |
153 | 153 | docker run -it --rm --entrypoint "" zenika/alpine-chrome cat /etc/alpine-release |
154 | | -3.11.5 |
| 154 | +3.11.6 |
155 | 155 | ``` |
156 | 156 |
|
157 | 157 | ## Chrome version |
158 | 158 |
|
159 | 159 | ``` |
160 | 160 | docker run -it --rm --entrypoint "" zenika/alpine-chrome chromium-browser --version |
161 | | -Chromium 80.0.3987.149 |
| 161 | +Chromium 81.0.4044.113 |
| 162 | +``` |
| 163 | + |
| 164 | +## Image disk size |
| 165 | + |
| 166 | +``` |
| 167 | +docker image inspect zenika/alpine-chrome --format='{{.Size}}' |
| 168 | +368279892 |
162 | 169 | ``` |
0 commit comments