Upgrade containerd to 8ed1e24ae9.

Signed-off-by: Lantao Liu <lantaol@google.com>
This commit is contained in:
Lantao Liu
2017-06-16 17:56:16 +00:00
parent 1f3a73d79e
commit e887ef63d1
181 changed files with 2339 additions and 13864 deletions

View File

@@ -1,5 +1,3 @@
// +build linux freebsd
package configs
type FreezerState string

View File

@@ -1,5 +1,3 @@
// +build freebsd linux
package configs
import "fmt"

View File

@@ -1,5 +1,3 @@
// +build linux freebsd
package configs
import (
@@ -64,12 +62,12 @@ func IsNamespaceSupported(ns NamespaceType) bool {
func NamespaceTypes() []NamespaceType {
return []NamespaceType{
NEWUSER, // Keep user NS always first, don't move it.
NEWIPC,
NEWUTS,
NEWNET,
NEWPID,
NEWNS,
NEWUTS,
NEWIPC,
NEWUSER,
}
}

View File

@@ -1,4 +1,4 @@
// +build !linux,!freebsd
// +build !linux
package configs