put this at the top of a docker file: # escape=`
and it remaps the escape character such that windows file paths can exist as c:\foo. Really nice feature.
Unfortunately this plug-in does not recognize this and as a result it thinks \f is an invalid escape sequence.
put this at the top of a docker file: # escape=`
and it remaps the escape character such that windows file paths can exist as
c:\foo. Really nice feature.Unfortunately this plug-in does not recognize this and as a result it thinks
\fis an invalid escape sequence.