carry 17329
Signed-off-by: Brian Goff <cpuguy83@gmail.com> Upstream-commit: e9ab5962384f743cb880add60ff27407a1098869 Component: engine
This commit is contained in:
@@ -28,8 +28,6 @@ func (l *tarexporter) Load(inTar io.ReadCloser, outStream io.Writer, quiet bool)
|
||||
)
|
||||
if !quiet {
|
||||
progressOutput = sf.NewProgressOutput(outStream, false)
|
||||
} else {
|
||||
progressOutput = nil
|
||||
}
|
||||
|
||||
tmpDir, err := ioutil.TempDir("", "docker-import-")
|
||||
|
||||
Reference in New Issue
Block a user