Skip to content
New issue

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

Wrong Message #104

Closed
AngeloBadellino opened this issue Oct 30, 2018 · 2 comments
Closed

Wrong Message #104

AngeloBadellino opened this issue Oct 30, 2018 · 2 comments

Comments

@AngeloBadellino
Copy link

AngeloBadellino commented Oct 30, 2018

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.

@vladkras
Copy link

this issue duplicates #100

Multistage build is still not supported while fix is already merged #84

@marccampbell
Copy link
Member

We’ve shipped support for multistage builds and this cannot be reproduced now!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants