We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a77a9e commit f3735fbCopy full SHA for f3735fb
dockerfile_validity.feature
@@ -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