Closed lfleischmann closed 2 weeks ago
Currently there are check warnings for some of our Dockerfiles:
The 'as' keyword should match the case of the 'from' keyword
Example (Scroll down to Unchanged files with check annotations section)
Unchanged files with check annotations
Do as the warning says and all-cap the as in FROM commands in Dockerfiles.
as
FROM
Description
Currently there are check warnings for some of our Dockerfiles:
Example (Scroll down to
Unchanged files with check annotations
section)Implementation
Do as the warning says and all-cap the
as
inFROM
commands in Dockerfiles.