We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3735fb commit 10a7998Copy full SHA for 10a7998
dockerfile_validity.feature
@@ -4,3 +4,9 @@ Feature: Dockerfile validation
4
Given the project contains Dockerfile
5
Then First dockerfile instruction is FROM
6
And dockerfile doesn't contain unknown instructions
7
+
8
+ Scenario: Dockerfile_lint
9
+ Then Dockerfile_lint passes
10
11
+ Scenario: Dockerfile is buildable
12
+ Then Image can be build from Dockerfile
0 commit comments