Certain keyword should be all caps to avoid warning messages when building docker images. FROM and AS being two of them. Here is an example of one of the current warning messages.
=> WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 5)
Certain keyword should be all caps to avoid warning messages when building docker images.
FROM
andAS
being two of them. Here is an example of one of the current warning messages.=> WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 5)