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
FROM alpine ENV x=y a
If you try to build the above Dockerfile, you will get an error from the builder. We should create a similar diagnostic to warn the user about this.
Error response from daemon: Syntax error - can't find = in "a". Must be of the form: name=value
The text was updated successfully, but these errors were encountered:
4c65568
rcjsuen
No branches or pull requests
If you try to build the above Dockerfile, you will get an error from the builder. We should create a similar diagnostic to warn the user about this.
The text was updated successfully, but these errors were encountered: