aws / ec2-image-builder-roadmap

Public Roadmap for EC2 Image Builder.
Other
34 stars 7 forks source link

multi-architecture support for containers #93

Open wieshka opened 1 year ago

wieshka commented 1 year ago

Tell us about your request ECR Repositories do support manifest lists, which allows to build and push to ECR multi CPI architecture container images. Reference article: https://aws.amazon.com/blogs/containers/introducing-multi-architecture-container-images-for-amazon-ecr/

Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard? Current limitation by ContainerRecipe/ImagePipeline is that multi-architecture is not supported to my understanding.

Are you currently working around this issue? Separate ImagePipelines & tagging, held in single ECR repo, makes mess.