Skip to content

Commit

Permalink
🔖 new Chromium version 81
Browse files Browse the repository at this point in the history
  • Loading branch information
jlandure committed May 3, 2020
1 parent 88f86f5 commit d6b7b9e
Showing 1 changed file with 15 additions and 8 deletions.
23 changes: 15 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

# Supported tags and respective `Dockerfile` links

- `latest`, `80` [(Dockerfile)](https://github.com/Zenika/alpine-chrome/blob/master/Dockerfile)
- `latest`, `81` [(Dockerfile)](https://github.com/Zenika/alpine-chrome/blob/master/Dockerfile)
- `with-webgl` [(Dockerfile)](https://github.com/Zenika/alpine-chrome/blob/master/with-webgl/Dockerfile)
- `with-node`, `80-with-node`, `80-with-node-12` [(Dockerfile)](https://github.com/Zenika/alpine-chrome/blob/master/with-node/Dockerfile)
- `with-puppeteer`, `80-with-puppeteer` [(Dockerfile)](https://github.com/Zenika/alpine-chrome/blob/master/with-puppeteer/Dockerfile)
- `77`, `76`, `73`, `72`, `71`, `68`, `64`
- `76-with-node`, `77-with-node`,
- `76-with-puppeteer`, `77-with-puppeteer`
- `with-node`, `81-with-node`, `81-with-node-12` [(Dockerfile)](https://github.com/Zenika/alpine-chrome/blob/master/with-node/Dockerfile)
- `with-puppeteer`, `81-with-puppeteer` [(Dockerfile)](https://github.com/Zenika/alpine-chrome/blob/master/with-puppeteer/Dockerfile)
- `80`, `77`, `76`, `73`, `72`, `71`, `68`, `64`
- `80-with-node`, `77-with-node`, `76-with-node`
- `80-with-puppeteer`, `77-with-puppeteer`, `76-with-puppeteer`

# alpine-chrome

Expand Down Expand Up @@ -151,12 +151,19 @@ Links:

```
docker run -it --rm --entrypoint "" zenika/alpine-chrome cat /etc/alpine-release
3.11.5
3.11.6
```

## Chrome version

```
docker run -it --rm --entrypoint "" zenika/alpine-chrome chromium-browser --version
Chromium 80.0.3987.149
Chromium 81.0.4044.113
```

## Image disk size

```
docker image inspect zenika/alpine-chrome --format='{{.Size}}'
368279892
```

0 comments on commit d6b7b9e

Please sign in to comment.