Merge pull request #447 from Random-Liu/update-containerd

Update containerd to fix long exec issue.
This commit is contained in:
Lantao Liu
2017-11-30 12:58:24 -08:00
committed by GitHub
31 changed files with 356 additions and 174 deletions

View File

@@ -19,7 +19,7 @@ package server
import (
"testing"
"github.com/containerd/containerd/snapshot"
snapshot "github.com/containerd/containerd/snapshots"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"golang.org/x/net/context"

View File

@@ -22,7 +22,7 @@ import (
"time"
"github.com/containerd/containerd/errdefs"
"github.com/containerd/containerd/snapshot"
snapshot "github.com/containerd/containerd/snapshots"
"github.com/golang/glog"
snapshotstore "github.com/kubernetes-incubator/cri-containerd/pkg/store/snapshot"