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 -```