Vendor in containers/common v0.12.0

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
Daniel J Walsh
2020-05-28 16:58:53 -04:00
parent e8818ced80
commit 911b6d8b48
12 changed files with 159 additions and 95 deletions

View File

@@ -1,15 +0,0 @@
// +build !windows
package config
// Defaults for linux/unix if none are specified
const (
cniConfigDir = "/etc/cni/net.d/"
)
var cniBinDir = []string{
"/usr/libexec/cni",
"/usr/lib/cni",
"/usr/local/lib/cni",
"/opt/cni/bin",
}