File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -127,10 +127,10 @@ git push origin main
127
127
128
128
9 . In addition to the build the pipeline is also pushing the built container image to the container registry in Amazon ECR.
129
129
130
- Once the build has completed you should be able to see that a container exists in the ECR repository tagged as ** latest** :
131
- 1 . Open the [ Amazon ECR console] ( https://console.aws.amazon.com/ecr/repositories ) , and make sure the N. Virgia region is selected.
132
- 2 . Select ** sc22-container**
130
+ You can view information on the ECR repository with by running:
133
131
134
- You should see an entry like:
132
+ ``` bash
133
+ aws ecr describe-repostitories
134
+ ```
135
135
136
- ![ AWS CodePipeline ] ( /images/cicd/updatebuild-1.png?width=50pc )
136
+ This will return a JSON formatted object describing the repository and its contents.
You can’t perform that action at this time.
0 commit comments