JetBrains Rider 2018.1 Help

Code Inspections in Dockerfile

InspectionDescriptionDefault Severity
Wrong number of arguments

This inspection finds commands with wrong or suspicious number of arguments in Dockerfiles and highlights them in the editor.

Error
Spacing of ''key=value'' pairs

While it is not exactly specified in the Dockerfile documentation, some combinations of spacing for 'key=value' pairs are not actually allowed.The rules are different for ARG, ENV or LABEL commands. This inspection highlights combinations which are known to be rejected.

Error
''ADD''/''COPY'' semantics

This inspection highlights possible problems with arguments of the ADD and COPY commands.

Warning
Last modified: 20 August 2018