docs: fix wrong document

This commit is contained in:
Nao YONASHIRO 2019-05-17 03:41:10 +09:00 committed by Cole Wippern
parent 229820550e
commit 2599c0c69b
1 changed files with 1 additions and 1 deletions

View File

@ -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