From 9fc4421d91a6c4a34cde1621e9a85681546ff8e3 Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Tue, 16 Sep 2025 09:35:53 +0200 Subject: [PATCH] docs: remove pull statistics from README --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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