We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 381e64f commit c7c32c0Copy full SHA for c7c32c0
pkg/app/master/command/build/image.go
@@ -430,7 +430,7 @@ func buildOutputImage(
430
hasData = true
431
} else {
432
dataDir := filepath.Join(imageInspector.ArtifactLocation, "files")
433
- if fsutil.Exists(dataTar) && fsutil.IsDir(dataDir) {
+ if fsutil.Exists(dataDir) && fsutil.IsDir(dataDir) {
434
layerInfo := imagebuilder.LayerDataInfo{
435
Type: imagebuilder.DirSource,
436
Source: dataDir,
0 commit comments