I trying to run codebuild using my docker image for a build .Net framework application, but when i run the project it's failed in "DOWNLOAD_SOURCE" step with the message: "Build container found dead before completing the build. Build container died because it was out of memory, or the Docker image is not supported."
the source is codecommit .
Compute type is 15 GB .
docker image is the same as docker image here: [https://aws.amazon.com/blogs/devops/extending-aws-codebuild-with-custom-build-environments-for-the-net-framework/]
I've tried the same image with a lightweight project and it's work.
Any suggestions? there is a way to get more logs?
Thanks.