You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the specification, parser directives must be at the top of the Dockerfile. However, the above Dockerfile will have its second line parsed as a parser directive and a warning will be generated about the a not being a backtick or a backslash. However, since it is on the second line and not actually at the top of the Dockerfile, it should be considered as a comment and not a parser directive and no validation diagnostics should be generated.
The text was updated successfully, but these errors were encountered:
According to the specification, parser directives must be at the top of the Dockerfile. However, the above Dockerfile will have its second line parsed as a parser directive and a warning will be generated about the
a
not being a backtick or a backslash. However, since it is on the second line and not actually at the top of the Dockerfile, it should be considered as a comment and not a parser directive and no validation diagnostics should be generated.The text was updated successfully, but these errors were encountered: