Giter Club home page Giter Club logo

Comments (4)

nexdrew avatar nexdrew commented on August 22, 2024 2

@TheYorkshireDev @thedrow Sorry for not replying earlier - I have created an issue on the fromlatest.io repo here: replicatedhq/fromlatest.io#242

The site is managed by the Replicated team, so beyond reporting the issue and creating a PR, there's not much else I can do at the moment.

I'm closing this just to lighten the burden on the Replicated team, but thanks for reporting this! Please add any additional comments to the issue on the other repo.

from dockerfilelint.

nexdrew avatar nexdrew commented on August 22, 2024

@thedrow This should have been fixed in version 1.4.0. See issue #74 and PR #84.

Would you mind confirming which version of dockerfilelint you are using? dockerfilelint --version

from dockerfilelint.

thedrow avatar thedrow commented on August 22, 2024

I was using the one on the website. https://www.fromlatest.io/

from dockerfilelint.

TheYorkshireDev avatar TheYorkshireDev commented on August 22, 2024

@nexdrew I am seeing the same behaviour as @thedrow

Linting the following Dockerfile on https://www.fromlatest.io gives the error Line 12: First Command Must Be FROM (Possible Bug)

FROM microsoft/aspnetcore-build:2.0 AS build-env
WORKDIR /solution

# Copy all solution files and restore as distinct layers
COPY . ./
RUN dotnet restore

# Move into the specifiec app and publish
RUN cd Website/ && dotnet publish -c Release -o out

# Build runtime image
FROM microsoft/aspnetcore:2.0
WORKDIR /app
COPY --from=build-env /solution/Website/out .
ENTRYPOINT ["dotnet", "Website.dll"]

Has the website been updated to 1.4.0?

from dockerfilelint.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.