Skip to content

Commit 10a7998

Browse files
committed
Add Dockerfile_lint exectution and image rebuild
1 parent f3735fb commit 10a7998

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

dockerfile_validity.feature

+6
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,9 @@ Feature: Dockerfile validation
44
Given the project contains Dockerfile
55
Then First dockerfile instruction is FROM
66
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

Comments
 (0)