dockerfile_lint
dockerfile_lint copied to clipboard
Bumps [minimatch](https://github.com/isaacs/minimatch) to 5.0.1 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `minimatch` from 0.2.14 to 5.0.1 Commits 9f49616 5.0.1 cdc3188 don't load the whole...
Same as https://github.com/hadolint/hadolint/issues/371 Tool is not able to properly handle Windows Dockerfiles using backtick symbol as end-line symbol ``` #escape = ` FROM mcr.microsoft.com/dotnet/framework/runtime:4.8 ENV something=something ` somethingelse=somethingelse ```
Bumps [bl](https://github.com/rvagg/bl) from 1.2.2 to 1.2.3. Commits d69edfd 1.2.3 847473a test all branches 0bd87ec Fix unintialized memory access dc097f3 test newer versions of Node See full diff in compare view...
Hi, When you're using the JUnit output, INFOs are displayed as WARNINGs and the WARNINGs as INFOs. Here an example. The Dockerfile: ``` FROM node:12 LABEL Name='test' LABEL Version='1.0' ```...
dockerfile: ``` FROM alpine ENV test=*.aws.com ``` linter: ``` $ dockerfile_lint -f dockerfile_test # Analyzing dockerfile_test --------ERRORS--------- Line 3: -> ENV test=*.aws.com ERROR: Invalid parameters for command.. Reference -> https://docs.docker.com/engine/reference/builder/...
I get this error when I try to use arguments with EXPOSE Line 104: -> EXPOSE $CI_SPARK_DRIVER_PORT ERROR: Invalid parameters for command.. Reference -> https://docs.docker.com/engine/reference/builder/ The dockerfile is: `FROM ubuntu:18.04...
Bumps [lodash](https://github.com/lodash/lodash) from 2.4.2 to 4.17.21. Release notes Sourced from lodash's releases. 4.0.0 lodash v4.0.0 2015 was big year! Lodash became the most depended on npm package, passed 1 billion...
Unfortunately your linter does not seem compatible with multistaged build Dockerfile as the following log can show: ``` Line 1: -> FROM golang:1.10-alpine AS provider-aws ERROR: Invalid parameters for command.....
Change the tag in "test/data/dockerfiles/TestLabels" from "sometag" to "some-tag". Now run the tests with "node bin/dockerfile_lint --json -f test/data/dockerfiles/TestLabels -f test/data/dockerfiles/TestLabels -p -r test/data/rules/basic.yaml" Observe that they fail with "Invalid...
Should this throw an error? The commands ran successfully when building. ``` --------ERRORS--------- Line 5: -> FROM mcr.microsoft.com/azure-functions/java:$VERSION AS installer-env ERROR: Invalid parameters for command.. Reference -> https://docs.docker.com/engine/reference/builder/ Line 97:...