Skip to content

Commit ab7d146

Browse files
authored
Update CI Docker AWS CodeBuild (#5863)
1 parent bfdaf24 commit ab7d146

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

docs/guides/continuous-integration/aws-codebuild.mdx

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,8 @@ of different job configurations for a single job definition.
121121

122122
The
123123
[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
125126
[Amazon Elastic Container Registry (ECR)](https://aws.amazon.com/ecr/).
126127

127128
The Cypress team maintains the official
@@ -134,9 +135,8 @@ example, this allows us to run the tests in Firefox by passing the
134135

135136
<strong>Cypress Amazon Public ECR</strong>
136137

137-
The Cypress team has published it's
138138
[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
140140
[Amazon ECR Public Gallery](https://gallery.ecr.aws).
141141

142142
The images are available in the following
@@ -159,16 +159,15 @@ contains the images to use.
159159
What's the difference in the images?
160160

161161
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
163163
Cypress or additional browsers.
164164

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.
167166

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
170169
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.
172171

173172
:::
174173

0 commit comments

Comments
 (0)