SyntaxFix
Write A Post
Hire A Developer
Questions
In my case DockerFile contained the image name in mixed case instead of lower case.
Earlier line in my DockerFile
FROM CentOs
and when I changed above to FROM centos, it worked smoothly.
FROM centos