You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: infra/README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,11 @@
2
2
3
3
This package uses the [AWS Cloud Development Kit (AWS)](https://github.com/awslabs/aws-cdk) to model AWS CodePipeline pipelines and to provision them with AWS CloudFormation.
4
4
5
-
* pipeline.ts: Builds and publishes the base Docker image for the backend API service
5
+
* pipeline.ts: Builds and publishes the base Docker image for amazon/amazon-ecs-local-container-endpoints.
6
6
7
-
This creates as CodePipeline pipeline which consists of a souce stage that usees a GitHub webhook and a build stage that uses AWS CodeBuild to build and publish Docker images to DockerHub.
7
+
This creates as CodePipeline pipeline which consists of a souce stage that uses
8
+
a GitHub webhook, and build stages that uses AWS CodeBuild to build, publish
9
+
and verify Docker images for both amd64 and arm64 architectures to DockerHub.
8
10
9
11
## GitHub Access Token
10
12
The official pipeilne uses a team account (ecs-local-container-endpoints+release@amazon.com).
0 commit comments