Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove ecr console check to avoid error #361

Merged
merged 1 commit into from
Nov 14, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions content/05-cicd-pipeline/06-updatebuild.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,10 @@ git push origin main

9. In addition to the build the pipeline is also pushing the built container image to the container registry in Amazon ECR.

Once the build has completed you should be able to see that a container exists in the ECR repository tagged as **latest**:
1. Open the [Amazon ECR console](https://console.aws.amazon.com/ecr/repositories), and make sure the N. Virgia region is selected.
2. Select **sc22-container**
You can view information on the ECR repository with by running:

You should see an entry like:
```bash
aws ecr describe-repostitories
```

![AWS CodePipeline](/images/cicd/updatebuild-1.png?width=50pc)
This will return a JSON formatted object describing the repository and its contents.