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
I can not find the way to escape the variable value:
ENV SOME_PASSWORD=ASDFLKJSDLKFJK?^\$9
The $ sign is not variable - it is escaped. For me and docker it's ok, I get correct value inside docker, but dockerlint complains:
docker run -it --rm -v "$PWD/Dockerfile":/Dockerfile:ro redcoolbeans/dockerlint ERROR: ENV contains undefined ARG or ENV variable on line 13 ERROR: Lines cannot have trailing spaces ERROR: /Dockerfile failed.
Is it bug or feature? How to hold such values in the Dockerfile?
I use latest version: redcoolbeans/dockerlint latest bf4955dfb649 11 days ago 41.5MB
redcoolbeans/dockerlint latest bf4955dfb649 11 days ago 41.5MB
The text was updated successfully, but these errors were encountered:
ea96374
I cannot reproduce this issue.
Sorry, something went wrong.
No branches or pull requests
I can not find the way to escape the variable value:
ENV SOME_PASSWORD=ASDFLKJSDLKFJK?^\$9
The $ sign is not variable - it is escaped. For me and docker it's ok, I get correct value inside docker, but dockerlint complains:
Is it bug or feature? How to hold such values in the Dockerfile?
I use latest version:
redcoolbeans/dockerlint latest bf4955dfb649 11 days ago 41.5MB
The text was updated successfully, but these errors were encountered: