Skip to content

Commit

Permalink
⬆️ update Chrome 83
Browse files Browse the repository at this point in the history
  • Loading branch information
jlandure committed Jun 3, 2020
1 parent ba5ca89 commit 6d52cfe
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
[![Docker Build Status](https://img.shields.io/docker/build/zenika/alpine-chrome.svg)](https://hub.docker.com/r/zenika/alpine-chrome/) [![Docker Pulls](https://img.shields.io/docker/pulls/zenika/alpine-chrome.svg)](https://hub.docker.com/r/zenika/alpine-chrome/) [![Layers](https://images.microbadger.com/badges/image/zenika/alpine-chrome.svg)](https://microbadger.com/images/zenika/alpine-chrome) [![Version](https://images.microbadger.com/badges/version/zenika/alpine-chrome.svg)](https://microbadger.com/images/zenika/alpine-chrome)

<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->

[![All Contributors](https://img.shields.io/badge/all_contributors-29-orange.svg?style=flat-square)](#contributors-)

<!-- ALL-CONTRIBUTORS-BADGE:END -->

# Supported tags and respective `Dockerfile` links

- `latest`, `81` [(Dockerfile)](https://github.com/Zenika/alpine-chrome/blob/master/Dockerfile)
- `latest`, `83` [(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`, `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`
- `with-node`, `83-with-node`, `83-with-node-12` [(Dockerfile)](https://github.com/Zenika/alpine-chrome/blob/master/with-node/Dockerfile)
- `with-puppeteer`, `83-with-puppeteer` [(Dockerfile)](https://github.com/Zenika/alpine-chrome/blob/master/with-puppeteer/Dockerfile)
- `81`, `80`, `77`, `76`, `73`, `72`, `71`, `68`, `64`
- `81-with-node`, `80-with-node`, `77-with-node`, `76-with-node`
- `81-with-puppeteer`, `80-with-puppeteer`, `77-with-puppeteer`, `76-with-puppeteer`

# alpine-chrome

Expand Down Expand Up @@ -204,21 +206,21 @@ Some examples are available on the `examples` [directory](examples):

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

## Chrome version

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

## Image disk size

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

# ✨ Contributors
Expand Down Expand Up @@ -272,6 +274,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d

<!-- markdownlint-enable -->
<!-- prettier-ignore-end -->

<!-- ALL-CONTRIBUTORS-LIST:END -->

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
Expand Down

0 comments on commit 6d52cfe

Please sign in to comment.