From fb6d1ad591ab7a1c51bd96aef3cd4eb8b61e8619 Mon Sep 17 00:00:00 2001 From: Arjun Attam Date: Fri, 28 Aug 2020 14:30:51 -0700 Subject: [PATCH] docs(docker): add link to mcr status ui (#3679) --- docs/docker/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/docker/README.md b/docs/docker/README.md index 3f80fed725..ee041e1564 100644 --- a/docs/docker/README.md +++ b/docs/docker/README.md @@ -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).