dockerfile_lint icon indicating copy to clipboard operation
dockerfile_lint copied to clipboard

#escape=` is not supported

Open okainov opened this issue 6 years ago • 1 comments

Same as https://github.com/hadolint/hadolint/issues/371

Tool is not able to properly handle Windows Dockerfiles using backtick symbol as end-line symbol


#escape = `

FROM mcr.microsoft.com/dotnet/framework/runtime:4.8

ENV something=something `
        somethingelse=somethingelse

okainov avatar Dec 12 '19 14:12 okainov

This has been already fixed in https://github.com/hadolint/language-docker/pull/62

mloskot avatar Aug 02 '22 19:08 mloskot