Skip to content

Commit f50025e

Browse files
authored
docs: remove non-working base-internal Dockerfile example (#1125)
1 parent 9eed677 commit f50025e

File tree

6 files changed

+0
-66
lines changed

6 files changed

+0
-66
lines changed

base-internal/releases/node-18/18.15.0/README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,3 @@ NOTE: This image is intended for internal use with https://github.com/cypress-io
1010

1111
#### Env variables
1212
* Does not contain the `CACHE_FOLDER` and `FACTORY_DEFAULT_NODE_VERSION` env variables to keep unit tests non environment specific
13-
14-
## Example
15-
16-
Sample Dockerfile
17-
18-
```
19-
FROM cypress/base-internal:18.15.0
20-
RUN npm install --save-dev cypress
21-
RUN $(npm bin)/cypress verify
22-
RUN $(npm bin)/cypress run
23-
```

base-internal/releases/node-18/18.16.0/README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,3 @@ NOTE: This image is intended for internal use with https://github.com/cypress-io
1010

1111
#### Env variables
1212
* Does not contain the `CACHE_FOLDER` and `FACTORY_DEFAULT_NODE_VERSION` env variables to keep unit tests non environment specific
13-
14-
## Example
15-
16-
Sample Dockerfile
17-
18-
```
19-
FROM cypress/base-internal:18.16.0
20-
RUN npm install --save-dev cypress
21-
RUN $(npm bin)/cypress verify
22-
RUN $(npm bin)/cypress run
23-
```

base-internal/releases/node-18/18.17.0/README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,3 @@ NOTE: This image is intended for internal use with https://github.com/cypress-io
1010

1111
#### Env variables
1212
* Does not contain the `CACHE_FOLDER` and `FACTORY_DEFAULT_NODE_VERSION` env variables to keep unit tests non environment specific
13-
14-
## Example
15-
16-
Sample Dockerfile
17-
18-
```
19-
FROM cypress/base-internal:18.17.0
20-
RUN npm install --save-dev cypress
21-
RUN $(npm bin)/cypress verify
22-
RUN $(npm bin)/cypress run
23-
```

base-internal/releases/node-18/18.17.1/README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,3 @@ NOTE: This image is intended for internal use with https://github.com/cypress-io
1010

1111
#### Env variables
1212
* Does not contain the `CACHE_FOLDER` and `FACTORY_DEFAULT_NODE_VERSION` env variables to keep unit tests non environment specific
13-
14-
## Example
15-
16-
Sample Dockerfile
17-
18-
```
19-
FROM cypress/base-internal:18.17.1
20-
RUN npm install --save-dev cypress
21-
RUN $(npm bin)/cypress verify
22-
RUN $(npm bin)/cypress run
23-
```

base-internal/releases/node-18/18.18.2/README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,3 @@ NOTE: This image is intended for internal use with https://github.com/cypress-io
1010

1111
#### Env variables
1212
* Does not contain the `CACHE_FOLDER` and `FACTORY_DEFAULT_NODE_VERSION` env variables to keep unit tests non environment specific
13-
14-
## Example
15-
16-
Sample Dockerfile
17-
18-
```
19-
FROM cypress/base-internal:18.18.2
20-
RUN npm install --save-dev cypress
21-
RUN $(npm bin)/cypress verify
22-
RUN $(npm bin)/cypress run
23-
```

base-internal/releases/node-18/18.20.2/README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,3 @@ NOTE: This image is intended for internal use with https://github.com/cypress-io
1010

1111
#### Env variables
1212
* Does not contain the `CACHE_FOLDER` and `FACTORY_DEFAULT_NODE_VERSION` env variables to keep unit tests non environment specific
13-
14-
## Example
15-
16-
Sample Dockerfile
17-
18-
```
19-
FROM cypress/base-internal:18.20.2
20-
RUN npm install --save-dev cypress
21-
RUN $(npm bin)/cypress verify
22-
RUN $(npm bin)/cypress run
23-
```

0 commit comments

Comments
 (0)