Skip to main content

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 baseline

1 Deploy ECR Repositories

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

deploy/ecr:
These are the commands included in the deploy/ecr workflow in the examples/snippets/stacks/workflows/baseline.yaml file:
    No commands found

Too many commands? Consider using the Atmos 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