Skip to content

Commit

Permalink
docs: remove non-working base-internal Dockerfile example (#1125)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 authored Jun 24, 2024
1 parent 9eed677 commit f50025e
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 66 deletions.
11 changes: 0 additions & 11 deletions base-internal/releases/node-18/18.15.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
11 changes: 0 additions & 11 deletions base-internal/releases/node-18/18.16.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
11 changes: 0 additions & 11 deletions base-internal/releases/node-18/18.17.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
11 changes: 0 additions & 11 deletions base-internal/releases/node-18/18.17.1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
11 changes: 0 additions & 11 deletions base-internal/releases/node-18/18.18.2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
11 changes: 0 additions & 11 deletions base-internal/releases/node-18/18.20.2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit f50025e

Please sign in to comment.