Validate dockerfilepath in buildconfig
This PR will resolve #594 by validating dockerfilepath based on whether it is relative path or not.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
version: "2"
|
||||
|
||||
services:
|
||||
foo:
|
||||
build:
|
||||
context: "../../script/test_in_openshift/buildconfig"
|
||||
dockerfile: "/Dockerfile"
|
||||
command: "sleep 120"
|
||||
Reference in New Issue
Block a user