mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-15 06:02:57 +03:00
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:
parent
72b3147d7c
commit
aeab0fa330
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user