From 85c40c45b3b49b8d85da969a3854f8dca9b5784a Mon Sep 17 00:00:00 2001 From: Tejal Desai Date: Thu, 4 Jun 2020 15:10:01 -0700 Subject: [PATCH] fix dockerfile --- integration/images.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/images.go b/integration/images.go index 97f3b6fec..8865e836a 100644 --- a/integration/images.go +++ b/integration/images.go @@ -430,7 +430,7 @@ func buildKanikoImage( kanikoDockerfilePath := path.Join(buildContextPath, dockerfilesPath, dockerfile) if dockerfilesPath == "" { - kanikoDockerfilePath = path.Join(buildContextPath, dockerfile) + kanikoDockerfilePath = path.Join(buildContextPath, "Dockerfile") } dockerRunFlags = append(dockerRunFlags, ExecutorImage,