diff --git a/README.md b/README.md index 6edce43007..f274cedadf 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,12 @@ These images provide all of the required dependencies for running Cypress in [Do We build four images: click on the image name to see the available tags with versions, and refer to the [Tags](#tags) section below. These allow you to target specific combinations you need. -| Image Name | Description | Monthly pulls | -| -------------------------------------------------------------- | ---------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- | -| [cypress/factory](https://hub.docker.com/r/cypress/factory/) | A base image template which can be used with ARGs to create a custom docker image. | [![Docker Pulls](https://img.shields.io/docker/pulls/cypress/factory.svg?maxAge=604800)](https://hub.docker.com/r/cypress/factory/) | -| [cypress/base](https://hub.docker.com/r/cypress/base/) | All operating system dependencies, no Cypress, and no browsers. | [![Docker Pulls](https://img.shields.io/docker/pulls/cypress/base.svg?maxAge=604800)](https://hub.docker.com/r/cypress/base/) | -| [cypress/browsers](https://hub.docker.com/r/cypress/browsers/) | All operating system dependencies, no Cypress, and some browsers. | [![Docker Pulls](https://img.shields.io/docker/pulls/cypress/browsers.svg?maxAge=604800)](https://hub.docker.com/r/cypress/browsers/) | -| [cypress/included](https://hub.docker.com/r/cypress/included/) | All operating system dependencies, Cypress, and some browsers installed globally. | [![Docker Pulls](https://img.shields.io/docker/pulls/cypress/included.svg?maxAge=604800)](https://hub.docker.com/r/cypress/included/) | +| Image Name | Description | +| -------------------------------------------------------------- | ---------------------------------------------------------------------------------- | +| [cypress/factory](https://hub.docker.com/r/cypress/factory/) | A base image template which can be used with ARGs to create a custom docker image. | +| [cypress/base](https://hub.docker.com/r/cypress/base/) | All operating system dependencies, no Cypress, and no browsers. | +| [cypress/browsers](https://hub.docker.com/r/cypress/browsers/) | All operating system dependencies, no Cypress, and some browsers. | +| [cypress/included](https://hub.docker.com/r/cypress/included/) | All operating system dependencies, Cypress, and some browsers, installed globally. | ## Platforms