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
If I try to lint this Dockerfile that starts with the followinf two layer declaratio:
FROM microsoft/dotnet:2.1-aspnetcore-runtime AS base WORKDIR /app EXPOSE 80 FROM microsoft/dotnet:2.1-sdk AS publish
I get a suggestion that the first line should be a FROM. And actually it is.
The text was updated successfully, but these errors were encountered:
this issue duplicates #100
Multistage build is still not supported while fix is already merged #84
Sorry, something went wrong.
We’ve shipped support for multistage builds and this cannot be reproduced now!
No branches or pull requests
If I try to lint this Dockerfile that starts with the followinf two layer declaratio:
I get a suggestion that the first line should be a FROM. And actually it is.
The text was updated successfully, but these errors were encountered: