summaryrefslogtreecommitdiff
path: root/vendor/github.com/fsouza/go-dockerclient/tls.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-02-20 10:56:06 +0100
committerGitHub <noreply@github.com>2020-02-20 10:56:06 +0100
commitc8436cd870e118a5e0dee6a130c6ea3dc6ceceeb (patch)
tree37b3f70b171588cb8af32eac294db763bc3eb2d9 /vendor/github.com/fsouza/go-dockerclient/tls.go
parent846405256b38b11babf05de3a7666ceb81577a72 (diff)
parent96de762eedd1470dfbe73cf424eea848589268d7 (diff)
downloadpodman-c8436cd870e118a5e0dee6a130c6ea3dc6ceceeb.tar.gz
podman-c8436cd870e118a5e0dee6a130c6ea3dc6ceceeb.tar.bz2
podman-c8436cd870e118a5e0dee6a130c6ea3dc6ceceeb.zip
Merge pull request #5253 from rhatdan/buildah
Update to the latest version of buildah
Diffstat (limited to 'vendor/github.com/fsouza/go-dockerclient/tls.go')
-rw-r--r--vendor/github.com/fsouza/go-dockerclient/tls.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/vendor/github.com/fsouza/go-dockerclient/tls.go b/vendor/github.com/fsouza/go-dockerclient/tls.go
index 08e7f8ec2..8a76f0dbf 100644
--- a/vendor/github.com/fsouza/go-dockerclient/tls.go
+++ b/vendor/github.com/fsouza/go-dockerclient/tls.go
@@ -106,7 +106,6 @@ func copyTLSConfig(cfg *tls.Config) *tls.Config {
InsecureSkipVerify: cfg.InsecureSkipVerify, //nolint:gosec
MaxVersion: cfg.MaxVersion,
MinVersion: cfg.MinVersion,
- NameToCertificate: cfg.NameToCertificate,
NextProtos: cfg.NextProtos,
PreferServerCipherSuites: cfg.PreferServerCipherSuites,
Rand: cfg.Rand,