Getting the following error with ECR: LayerError: Failed to extract layer for image scan. #945
Unanswered
npearson72
asked this question in
Q&A
Replies: 1 comment
-
I had the similar issue. Came to know, ECR does not like the attestation layers pushed when security scanning is enabled on a repository. You may consider using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Here's my setup with Github Actions:
While the image does eventually get pushed successfully, there's always one artifact that shows up as failed:
This is what it looks like when I describe the image:
Any ideas why this is happening?
Beta Was this translation helpful? Give feedback.
All reactions