aws / containers-roadmap

This is the public roadmap for AWS container services (ECS, ECR, Fargate, and EKS).
https://aws.amazon.com/about-aws/whats-new/containers/
Other
5.22k stars 321 forks source link

[ECR] [image manifest]: Allow all fields in the image manifest spec #2439

Open aarontorg opened 1 month ago

aarontorg commented 1 month ago

Community Note

Tell us about your request Support all fields in the image spec

Which service(s) is this request for? ECR

Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard? We have manifest lists that require use of currently unsupported fields in the spec. Mainly, we are trying to use the manifest.platform.features field and our manifests are rejected if it is present. We cannot modify the manifest as it will change the sha of the image. Our platform pulls images with the digest, therefore it won't work if the sha is different after we copy it to ECR.

Are you currently working around this issue? No workaround with ECR. We are using harbor until this issue is solved.

Additional context Anything else we should know?

Attachments If you think you might have additional information that you'd like to include via an attachment, please do - we'll take a look. (Remember to remove any personally-identifiable information.)

aarontorg commented 1 month ago

Any updates?