Skip to content

Commit

Permalink
Merge pull request #564 from Random-Liu/update-containerd
Browse files Browse the repository at this point in the history
Update containerd to 4812f4b.
  • Loading branch information
Random-Liu committed Jan 23, 2018
2 parents 1c2fef9 + dd125be commit 3184571
Show file tree
Hide file tree
Showing 10 changed files with 110 additions and 99 deletions.
1 change: 0 additions & 1 deletion cri.go
Expand Up @@ -30,7 +30,6 @@ import (
// TODO(random-liu): Use github.com/pkg/errors for our errors.
// Register CRI service plugin
func init() {
// TODO(random-liu): Make `containerd config default` print plugin default config.
config := options.DefaultConfig().PluginConfig
plugin.Register(&plugin.Registration{
// In fact, cri is not strictly a GRPC plugin now.
Expand Down
2 changes: 1 addition & 1 deletion hack/versions
@@ -1,6 +1,6 @@
RUNC_VERSION=7f24b40cc5423969b4554ef04ba0b00e2b4ba010
CNI_VERSION=v0.6.0
CONTAINERD_VERSION=90553efdef0678b2609aed74926a487f8ff58d1a
CONTAINERD_VERSION=4812f4be8ffa2b9558915a93cce5901004d27cb8
CONTAINERD_REPO=
CRITOOL_VERSION=v1.0.0-alpha.0
KUBERNETES_VERSION=v1.9.0
2 changes: 1 addition & 1 deletion vendor.conf
@@ -1,7 +1,7 @@
github.com/blang/semver v3.1.0
github.com/BurntSushi/toml v0.2.0-21-g9906417
github.com/containerd/cgroups 29da22c6171a4316169f9205ab6c49f59b5b852f
github.com/containerd/containerd 90553efdef0678b2609aed74926a487f8ff58d1a
github.com/containerd/containerd 4812f4be8ffa2b9558915a93cce5901004d27cb8
github.com/containerd/continuity cf279e6ac893682272b4479d4c67fd3abf878b4e
github.com/containerd/fifo fbfb6a11ec671efbe94ad1c12c2e98773f19e1e6
github.com/containerd/typeurl f6943554a7e7e88b3c14aad190bf05932da84788
Expand Down
6 changes: 3 additions & 3 deletions vendor/github.com/containerd/containerd/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/github.com/containerd/containerd/dialer/dialer.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 14 additions & 1 deletion vendor/github.com/containerd/containerd/fs/copy_linux.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 14 additions & 1 deletion vendor/github.com/containerd/containerd/fs/copy_unix.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

41 changes: 0 additions & 41 deletions vendor/github.com/containerd/containerd/log/context.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

122 changes: 75 additions & 47 deletions vendor/github.com/containerd/containerd/oci/spec_opts_unix.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions vendor/github.com/containerd/containerd/plugin/context.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3184571

Please sign in to comment.