Seekable OCI (SOCI) push the index to ECR repo, Only SOCI index pushed, no image index pushed.

0

Hello, Does anyone encounter the issue (sudo soci push --user AWS:$PASSWORD xxxxxxxx.dkr.ecr.xxxx.amazonaws.com/xxxx:xxxxx) only push the soci index, not image index? From this doc https://aws.amazon.com/blogs/aws/aws-fargate-enables-faster-container-startup-using-seekable-oci/, there are two ways to create SOCI indexes for container image:

  1. Use AWS SOCI Index Builder
  2. Create SOCI indexes manually if i am Using AWS SOCI Index Builder (https://aws-ia.github.io/cfn-ecr-aws-soci-index-builder/), which is about Cloudformation stack would generates and pushes SOCI indexes to repositories in the Amazon ECR registry automatically. it will have soci index and image index

However, if i used the second way(create SOCI indexes manually), I can only see the soci index was pushed to ECR repo, no image index in ECR repo. Does anyone know why?

1 Answer
0

Contact Service team internally, since it started supporting OCI 1.1, it stopped creating the image index.

profile pictureAWS
EXPERT
Wei
answered 2 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions