From f50025e061fc9ff8c4945cd2f6aeda3062c2c8a2 Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Mon, 24 Jun 2024 22:15:55 +0200 Subject: [PATCH] docs: remove non-working base-internal Dockerfile example (#1125) --- base-internal/releases/node-18/18.15.0/README.md | 11 ----------- base-internal/releases/node-18/18.16.0/README.md | 11 ----------- base-internal/releases/node-18/18.17.0/README.md | 11 ----------- base-internal/releases/node-18/18.17.1/README.md | 11 ----------- base-internal/releases/node-18/18.18.2/README.md | 11 ----------- base-internal/releases/node-18/18.20.2/README.md | 11 ----------- 6 files changed, 66 deletions(-) diff --git a/base-internal/releases/node-18/18.15.0/README.md b/base-internal/releases/node-18/18.15.0/README.md index 66a997dc5e..c1586564dd 100644 --- a/base-internal/releases/node-18/18.15.0/README.md +++ b/base-internal/releases/node-18/18.15.0/README.md @@ -10,14 +10,3 @@ NOTE: This image is intended for internal use with https://github.com/cypress-io #### Env variables * Does not contain the `CACHE_FOLDER` and `FACTORY_DEFAULT_NODE_VERSION` env variables to keep unit tests non environment specific - -## Example - -Sample Dockerfile - -``` -FROM cypress/base-internal:18.15.0 -RUN npm install --save-dev cypress -RUN $(npm bin)/cypress verify -RUN $(npm bin)/cypress run -``` diff --git a/base-internal/releases/node-18/18.16.0/README.md b/base-internal/releases/node-18/18.16.0/README.md index b50b17029f..c65da4d3c3 100644 --- a/base-internal/releases/node-18/18.16.0/README.md +++ b/base-internal/releases/node-18/18.16.0/README.md @@ -10,14 +10,3 @@ NOTE: This image is intended for internal use with https://github.com/cypress-io #### Env variables * Does not contain the `CACHE_FOLDER` and `FACTORY_DEFAULT_NODE_VERSION` env variables to keep unit tests non environment specific - -## Example - -Sample Dockerfile - -``` -FROM cypress/base-internal:18.16.0 -RUN npm install --save-dev cypress -RUN $(npm bin)/cypress verify -RUN $(npm bin)/cypress run -``` diff --git a/base-internal/releases/node-18/18.17.0/README.md b/base-internal/releases/node-18/18.17.0/README.md index 01d8a71ff9..b313abaf3b 100644 --- a/base-internal/releases/node-18/18.17.0/README.md +++ b/base-internal/releases/node-18/18.17.0/README.md @@ -10,14 +10,3 @@ NOTE: This image is intended for internal use with https://github.com/cypress-io #### Env variables * Does not contain the `CACHE_FOLDER` and `FACTORY_DEFAULT_NODE_VERSION` env variables to keep unit tests non environment specific - -## Example - -Sample Dockerfile - -``` -FROM cypress/base-internal:18.17.0 -RUN npm install --save-dev cypress -RUN $(npm bin)/cypress verify -RUN $(npm bin)/cypress run -``` diff --git a/base-internal/releases/node-18/18.17.1/README.md b/base-internal/releases/node-18/18.17.1/README.md index 3ec2e1d701..516d844f62 100644 --- a/base-internal/releases/node-18/18.17.1/README.md +++ b/base-internal/releases/node-18/18.17.1/README.md @@ -10,14 +10,3 @@ NOTE: This image is intended for internal use with https://github.com/cypress-io #### Env variables * Does not contain the `CACHE_FOLDER` and `FACTORY_DEFAULT_NODE_VERSION` env variables to keep unit tests non environment specific - -## Example - -Sample Dockerfile - -``` -FROM cypress/base-internal:18.17.1 -RUN npm install --save-dev cypress -RUN $(npm bin)/cypress verify -RUN $(npm bin)/cypress run -``` diff --git a/base-internal/releases/node-18/18.18.2/README.md b/base-internal/releases/node-18/18.18.2/README.md index 9b00dfa1e0..95fca37cae 100644 --- a/base-internal/releases/node-18/18.18.2/README.md +++ b/base-internal/releases/node-18/18.18.2/README.md @@ -10,14 +10,3 @@ NOTE: This image is intended for internal use with https://github.com/cypress-io #### Env variables * Does not contain the `CACHE_FOLDER` and `FACTORY_DEFAULT_NODE_VERSION` env variables to keep unit tests non environment specific - -## Example - -Sample Dockerfile - -``` -FROM cypress/base-internal:18.18.2 -RUN npm install --save-dev cypress -RUN $(npm bin)/cypress verify -RUN $(npm bin)/cypress run -``` diff --git a/base-internal/releases/node-18/18.20.2/README.md b/base-internal/releases/node-18/18.20.2/README.md index 330137030e..6524bf12d0 100644 --- a/base-internal/releases/node-18/18.20.2/README.md +++ b/base-internal/releases/node-18/18.20.2/README.md @@ -10,14 +10,3 @@ NOTE: This image is intended for internal use with https://github.com/cypress-io #### Env variables * Does not contain the `CACHE_FOLDER` and `FACTORY_DEFAULT_NODE_VERSION` env variables to keep unit tests non environment specific - -## Example - -Sample Dockerfile - -``` -FROM cypress/base-internal:18.20.2 -RUN npm install --save-dev cypress -RUN $(npm bin)/cypress verify -RUN $(npm bin)/cypress run -```