We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ARG instructions must have a name specified.
ARG
FROM scratch ARG =value
$ docker build . Sending build context to Docker daemon 1.774MB Error response from daemon: Dockerfile parse error line 2: ARG names can not be blank
We should add support for this in the validator.
$ docker run -v `pwd`/Dockerfile:/Dockerfile rcjsuen/dockerfile-utils lint /Dockerfile $
The text was updated successfully, but these errors were encountered:
4d1847b
rcjsuen
No branches or pull requests
ARG
instructions must have a name specified.We should add support for this in the validator.
The text was updated successfully, but these errors were encountered: