AWS Fargate "CannotPullContainerError failed to extract layer"

Viewed 708

I'm attempting to start an ECS Task using an image in our ECR yet it doesn't start, I get the below error:

CannotPullContainerError: containerd: pull command failed: time="2021-08-10T13:12:24Z" level=info msg="apply failure, attempting cleanup" error="failed to extract layer sha256:e5b96[snip]8caa: link /var/...

All other examples of this error online seem to have a 'not found' element to them.. mine doesn't and I'm kind of lost for why it isn't working.

Any ideas?

1 Answers
Related