You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 parameters for command." on the "FROM" command.
Not quite sure what is going on there, but I would expect "some-tag", "some_tag" etc to all work without issue.
The text was updated successfully, but these errors were encountered:
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 parameters for command." on the "FROM" command.
Not quite sure what is going on there, but I would expect "some-tag", "some_tag" etc to all work without issue.
The text was updated successfully, but these errors were encountered: