AWS Fargate now supports SOCI Index Manifest v2 for greater deployment consistency

Amazon ECS customers using AWS Fargate launch mode now benefit from improved deployment consistency with SOCI Index Manifest v2 support. Seekable OCI (SOCI) accelerates Amazon ECS task launches by enabling containers to start running before the full container image is downloaded. SOCI Index Manifest v2 uses a cryptographic method to establish an explicit link between the image and its manifest, ensuring integrity and consistency during and across all deployment stages.

To get started, create a SOCI index using the new convert subcommand in the soci CLI, available from the SOCI Snapshotter GitHub repository. Once generated, push the container image along with the SOCI index to your Amazon ECR repository, and use it to launch Amazon ECS tasks on AWS Fargate.

As of today, SOCI Index Manifest v2 is the default mechanism for using SOCI with ECS and Fargate. If you’re still using the legacy Manifest v1 implementation, we recommend upgrading to take advantage of the improved reliability and consistency. For more information, see the documentation on using SOCI Index Manifest v2 with Amazon ECS and AWS Fargate and the blog post.

Source:: Amazon AWS