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
dockerlint claims an incorrect ERROR.
With the provided test Dockerfile.txt :
` $ node bin/dockerlint -f Dockerfile.txt ERROR: RUN contains undefined ARG or ENV variable on line 5
ERROR: Dockerfile.txt failed. `
All, after 359300b (bisected).
The text was updated successfully, but these errors were encountered:
travis: fixed dockerlint to 0.3.1
a5676a4
Later versions suffer of: RedCoolBeans/dockerlint#47
[FIX] dockerlint is broken
9576bf4
See RedCoolBeans/dockerlint#47
No branches or pull requests
Issue details
dockerlint claims an incorrect ERROR.
Steps to reproduce/test case
With the provided test Dockerfile.txt :
`
$ node bin/dockerlint -f Dockerfile.txt
ERROR: RUN contains undefined ARG or ENV variable on line 5
ERROR: Dockerfile.txt failed.
`
Affected version(s)
All, after 359300b (bisected).
The text was updated successfully, but these errors were encountered: