Merge pull request #748 from miaoyq/del-tmpdir

Delete the temporary diractory at the end of the function "ApplyLayer"
This commit is contained in:
Phil Estes 2017-04-20 00:10:35 -05:00 committed by GitHub
commit a12b20ebc4

View File

@ -4,6 +4,7 @@ import (
"context"
"io"
"io/ioutil"
"os"
"github.com/containerd/containerd"
"github.com/containerd/containerd/archive"
@ -41,6 +42,7 @@ func ApplyLayer(snapshots snapshot.Snapshotter, mounter Mounter, rd io.Reader, p
if err != nil {
return "", errors.Wrapf(err, "creating temporary directory failed")
}
defer os.RemoveAll(dir)
// TODO(stevvooe): Choose this key WAY more carefully. We should be able to
// create collisions for concurrent, conflicting unpack processes but we