mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-12-04 14:10:53 +00:00
Update github.com/fsouza/go-dockerclient to pick up IpcMode support.
This commit is contained in:
6
Godeps/_workspace/src/github.com/fsouza/go-dockerclient/tar.go
generated
vendored
6
Godeps/_workspace/src/github.com/fsouza/go-dockerclient/tar.go
generated
vendored
@@ -27,9 +27,9 @@ func createTarStream(srcPath string) (io.ReadCloser, error) {
|
||||
return nil, err
|
||||
}
|
||||
tarOpts := &archive.TarOptions{
|
||||
Excludes: excludes,
|
||||
Compression: archive.Uncompressed,
|
||||
NoLchown: true,
|
||||
ExcludePatterns: excludes,
|
||||
Compression: archive.Uncompressed,
|
||||
NoLchown: true,
|
||||
}
|
||||
return archive.TarWithOptions(srcPath, tarOpts)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user