docs(docker): add note about how to list all tags (#3596)

* docs(docker): add note about how to list all tags

* Update README.md

Co-authored-by: Arjun Attam <arjunattam@gmail.com>
This commit is contained in:
Max Schmitt 2020-08-25 19:46:21 +02:00 committed by GitHub
parent 72b3147d7c
commit aeab0fa330
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,7 @@ container, including browsers.
* [Pull the image](#pull-the-image)
* [Run the image](#run-the-image)
* [Using on CI](#using-on-ci)
- [Image tags](#image-tags)
- [Development](#development)
* [Build the image](#build-the-image)
* [Push](#push)
@ -60,6 +61,10 @@ a [default Docker seccomp profile](https://github.com/docker/engine/blob/d0d99b0
See our [Continuous Integration guides](../ci.md) for sample configs.
## Image tags
See [all available image tags](https://mcr.microsoft.com/v2/playwright/tags/list).
## Development
### Build the image
@ -87,7 +92,6 @@ images:
- `mcr.microsoft.com/playwright:sha-XXXXXXX` - docker image for every commit that changed
docker files or browsers, marked with a [short sha](https://git-scm.com/book/en/v2/Git-Tools-Revision-Selection#Short-SHA-1) (first 7 digits of the SHA commit).
## Base images
`playwright:bionic` is based on Ubuntu 18.04 LTS (Bionic Beaver).