Browse by type
This AWS solution automates the generation of Seekable OCI (SOCI) index artifacts and stores them in Amazon ECR. It provides an easy way for customers to try SOCI technology to lazily load container images.
The AWS SOCI Index Builder solution consists of the following components:
The solution supports two versions of SOCI index:
Comma-separated list of SOCI repository image tag filters. Each filter is a repository name followed by a colon, ":" and followed by a tag. Both repository names and tags may contain wildcards denoted by an asterisk, "*".
Examples:
- prod*:latest: Matches all images tagged with "latest" that are pushed to any repositories that start with "prod"
- dev:*: Matches all images pushed to the "dev" repository
- *:*: Matches all images pushed to all repositories in your private registry
The version of SOCI index to generate:
- V1: Original SOCI Index format
- V2: Latest SOCI Index format (Recommended)
The solution uses taskcat for testing CloudFormation deployments across multiple regions. The .taskcat.yml file configurable options:
Example configuration:
regions:
- us-east-1
- us-west-2
- eu-west-1
parameters:
SociRepositoryImageTagFilters: "*:*"
$ claude mcp add cfn-ecr-aws-soci-index-builder \
-- python -m otcore.mcp_server <graph>