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
The below Dockerfile is valid and builds without any problems save for the warning about the empty continuation line.
FROM alp\
ine
$ docker build .
Sending build context to Docker daemon 1.695MB
[WARNING]: Empty continuation line found in:
FROM alpine
[WARNING]: Empty continuation lines will become errors in a future release.
Step 1/1 : FROM alpine
---> 3fd9065eaf02
Successfully built 3fd9065eaf02
[node1] (local) [email protected] ~
We expect only one argument to FROM but the parser thinks there are two!
The below Dockerfile is valid and builds without any problems save for the warning about the empty continuation line.
FROM alp\ ine
We expect only one argument to
FROM
but the parser thinks there are two!The text was updated successfully, but these errors were encountered: