@@ -121,7 +121,8 @@ of different job configurations for a single job definition.
121
121
122
122
The
123
123
[build-list strategy](https://docs.aws.amazon.com/codebuild/latest/userguide/batch-build-buildspec.html#build-spec.batch.build-list)
124
- offers a way to specify an image hosted on DockerHub or the
124
+ offers a way to specify an image hosted on
125
+ [Docker Hub](https://hub.docker.com/) or the
125
126
[Amazon Elastic Container Registry (ECR)](https://aws.amazon.com/ecr/).
126
127
127
128
The Cypress team maintains the official
@@ -134,9 +135,8 @@ example, this allows us to run the tests in Firefox by passing the
134
135
135
136
<strong>Cypress Amazon Public ECR</strong>
136
137
137
- The Cypress team has published it's
138
138
[Docker Images](https://github.com/cypress-io/cypress-docker-images) for running
139
- Cypress locally and in CI in the
139
+ Cypress locally and in CI are published to the
140
140
[Amazon ECR Public Gallery](https://gallery.ecr.aws).
141
141
142
142
The images are available in the following
@@ -159,16 +159,15 @@ contains the images to use.
159
159
What's the difference in the images?
160
160
161
161
The `base` Docker images are used by the `browsers` and `included` images for
162
- the base operating system and set of initial dependencies, but does not install
162
+ the base operating system and set of initial dependencies, but do not install
163
163
Cypress or additional browsers.
164
164
165
- The `browsers` images extend a `base` image and installs one or more browsers
166
- such as Chrome or Firefox.
165
+ The `browsers` images extend a `base` image and install Chrome, Firefox and Edge.
167
166
168
- The `included` images extend a `browsers` image and installs a specific version
169
- of Cypress and adds a Docker entrypoint for the `cypress run` command. These
167
+ The `included` images extend a `browsers` image and install a specific version
168
+ of Cypress and add a Docker entrypoint for the `cypress run` command. These
170
169
images are for testing a containerized version of Cypress in a project during
171
- local development and are not used in CI environments.
170
+ local development and are less used in CI environments.
172
171
173
172
:: :
174
173
0 commit comments