containers / nri-plugins

A collection of community maintained NRI plugins
https://containers.github.io/nri-plugins/
Apache License 2.0
67 stars 24 forks source link

images: fix FromAsCasing warnings #380

Closed fmuyassarov closed 1 month ago

fmuyassarov commented 1 month ago

Fix Docker image build warnings caused by inconsistent casing in FROM and AS keywords. This commit standardizes the casing by using uppercase AS to eliminate warnings during the image build.

Example logging before:

 1 warning found (use docker --debug to expand):
 - FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 1)