-
Notifications
You must be signed in to change notification settings - Fork 172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ecr scan fail after build on buildx #186
Comments
i got answer from aws global communication center under below. what should i do for fix this error?In the error information, we have confirmed that there is an artifact of 'Application/vND.OCI.IMAGE.INDEX.V1+JSON' IMAGE Manifest. You can see that ECR does not support multiple architecture image scanes [1]. The first Amazon ECR Scan Repositories deals with the following supported media types: See [2].
Scratch images and DockERV2LISTMEDYATYPE images are not supported. The problem [3] was released on a public container roadmap and found that the same function was required. At this time, the ECR team cannot see the roadmap for this feature. This feature is a feature inside the ECR service team, so you can't provide ETA to use it. [1] - Multi-architecture images - https://developer.arm.com/documentation/102475/0100/Multi-architecture-images |
Closing in preference of moby/buildkit#3499. |
Behaviour
Steps to reproduce this issue
Expected behaviour
but next step (ecr scan) is failed.
error message is on the below.
"An artifact with media type 'application/vnd.oci.image.index.v1+json' cannot be scanned. For more information, see the Amazon ECR documentation."
Actual behaviour
Command
The text was updated successfully, but these errors were encountered: