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
$ docker build .
Sending build context to Docker daemon 38.15MB
[WARNING]: Empty continuation line found in:
FROM scratch
[WARNING]: Empty continuation lines will become errors in a future release.
Step 1/1 : FROM scratch
--->
No image was generated. Is your Dockerfile empty?
No one will create the above Dockerfile but it is valid despite the empty continuation line. All that extra space should be collapsed into a FROM but we're not accounting for this in the hover code.
No one will create the above Dockerfile but it is valid despite the empty continuation line. All that extra space should be collapsed into a
FROM
but we're not accounting for this in the hover code.The text was updated successfully, but these errors were encountered: