From 2599c0c69b900d7703980a2d4498fbbe235a4b7a Mon Sep 17 00:00:00 2001 From: Nao YONASHIRO Date: Fri, 17 May 2019 03:41:10 +0900 Subject: [PATCH] docs: fix wrong document --- pkg/executor/build.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/executor/build.go b/pkg/executor/build.go index 563a8f379..d1c17cf1d 100644 --- a/pkg/executor/build.go +++ b/pkg/executor/build.go @@ -494,7 +494,7 @@ func DoBuild(opts *config.KanikoOptions) (v1.Image, error) { digestToCacheKey := make(map[string]string) stageIdxToDigest := make(map[string]string) - // Parse dockerfile and unpack base image to root + // Parse dockerfile stages, err := dockerfile.Stages(opts) if err != nil { return nil, err