docs(docker): add link to mcr status ui (#3679)
This commit is contained in:
parent
45e178f8b5
commit
fb6d1ad591
|
|
@ -85,11 +85,13 @@ $ docker run --rm -it playwright:localbuild /bin/bash
|
|||
|
||||
Docker images are published automatically by Github Actions. We currently publish the following
|
||||
images:
|
||||
- `mcr.microsoft.com/playwright:dev` - tip-of-tree image version.
|
||||
- `mcr.microsoft.com/playwright:next` - tip-of-tree image version.
|
||||
- `mcr.microsoft.com/playwright:bionic` - last Playwright release docker image.
|
||||
- `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).
|
||||
|
||||
Status of push to MCR can be [verified here](https://mcrflow-status-ui.azurewebsites.net/) (internal link).
|
||||
|
||||
## Base images
|
||||
|
||||
`playwright:bionic` is based on Ubuntu 18.04 LTS (Bionic Beaver).
|
||||
|
|
|
|||
Loading…
Reference in a new issue