Skip to content

Commit f3735fb

Browse files
committed
Add basic dockerfile checks
1 parent 1a77a9e commit f3735fb

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
@@ -0,0 +1,6 @@
1+
Feature: Dockerfile validation
2+
3+
Scenario: Dockerfile basic checks
4+
Given the project contains Dockerfile
5+
Then First dockerfile instruction is FROM
6+
And dockerfile doesn't contain unknown instructions

0 commit comments

Comments
 (0)