From aeab0fa3304dfaba49146a4601ee189e3bcdf50b Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Tue, 25 Aug 2020 19:46:21 +0200 Subject: [PATCH] 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 --- docs/docker/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/docker/README.md b/docs/docker/README.md index 92244ccbb5..9c29ea629a 100644 --- a/docs/docker/README.md +++ b/docs/docker/README.md @@ -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).