Deploying a .NET Core Web API using Docker on Elastic Beanstalk Deploying a .NET Core Web API using Docker on Elastic Beanstalk windows windows

Deploying a .NET Core Web API using Docker on Elastic Beanstalk


So this was all developed on a Windows machine, i.e. Windows line endings, and it seems that Elastic Beanstalk does not detect that. That explains why Elastic Beanstalk could not parse a FROM <image> out of my Dockerfile since there's unwanted gibberish, hence the error message No Docker image specified....

I hope this gets noticed and fixed!

In the meantime I am using the Visual Studio plugin Line Endings Unifier which enables me to right click on the file and change the line endings to whatever kind I want.