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 validator will not generate any errors for the following Dockerfile. We should check to make sure that such incomplete variables are warned about if possible.
FROM scratch
ARG aaa=${bbb
$ docker build .
Sending build context to Docker daemon 1.695MB
Step 1/2 : FROM scratch
--->
Step 2/2 : ARG aaa=${bbb
failed to process "${bbb": missing ':' in substitution
The text was updated successfully, but these errors were encountered:
The validator will not generate any errors for the following Dockerfile. We should check to make sure that such incomplete variables are warned about if possible.
The text was updated successfully, but these errors were encountered: