docs(docker): add link to mcr status ui (#3679)

This commit is contained in:
Arjun Attam 2020-08-28 14:30:51 -07:00 committed by GitHub
parent 45e178f8b5
commit fb6d1ad591
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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).