Skip to main content
Version 1 Documentation
This is Version 1 documentation for the Cloud Posse Reference Architecture. To determine which version you're using, please see Version Identification. To understand why this version changed, please see the blog post.
Version: v1

Prepare Container Registry

Now that the GitHub OIDC Provider has been deployed, we can proceed with setting up the necessary prerequisites for containers. The first prerequisite is deploying Amazon Elastic Container Registry (ECR) repositories that will be used to store container images built by GitHub Actions workflows.

StepsActions
Deploy ECR repositoriesatmos workflow deploy/ecr -f quickstart/foundation/baseline

1 Deploy ECR Repositories

Deploy the ECR repositories that will be used by GitHub Actions workflows:

Loading workflow...

We use ECR for two main purposes:

  1. Storing the Geodesic base image that provides the development environment and tooling
  2. Storing container images built during CI steps of application release workflows