All the dockerfiles have the "FROM" in upper case and the "as" in lower case which is throwing "FromAsCasing: 'as' and 'FROM' keywords' casing do not match" errors.
So all the lower case "as" in all the dockerfiles needs to made uppercase to prevent this.