mirror of
https://github.com/containers/podman.git
synced 2025-11-02 14:55:28 +08:00
Update to the latest version of buildah
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
10
vendor/github.com/containers/common/pkg/config/config_windows.go
generated
vendored
Normal file
10
vendor/github.com/containers/common/pkg/config/config_windows.go
generated
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
// +build windows
|
||||
|
||||
package config
|
||||
|
||||
// Defaults for linux/unix if none are specified
|
||||
const (
|
||||
cniConfigDir = "C:\\cni\\etc\\net.d\\"
|
||||
)
|
||||
|
||||
var cniBinDir = []string{"C:\\cni\\bin\\"}
|
||||
Reference in New Issue
Block a user