From be217caa3856c76a6b997c203422715e13b0335a Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Thu, 7 Jun 2018 01:00:07 -0400 Subject: Vendor in latest buildah code This will add --layers support. Also add missing information in man pages on podman build features. Signed-off-by: Daniel J Walsh Closes: #938 Approved by: umohnani8 --- vendor/github.com/projectatomic/buildah/util/util.go | 5 ----- 1 file changed, 5 deletions(-) (limited to 'vendor/github.com/projectatomic/buildah/util/util.go') diff --git a/vendor/github.com/projectatomic/buildah/util/util.go b/vendor/github.com/projectatomic/buildah/util/util.go index e8539f978..3f1d7530c 100644 --- a/vendor/github.com/projectatomic/buildah/util/util.go +++ b/vendor/github.com/projectatomic/buildah/util/util.go @@ -112,11 +112,6 @@ func ResolveName(name string, firstRegistry string, sc *types.SystemContext, sto logrus.Debugf("unable to read configured registries to complete %q: %v", name, err) registries = []string{} } - if sc.DockerInsecureSkipTLSVerify { - if unverifiedRegistries, err := sysregistries.GetInsecureRegistries(sc); err == nil { - registries = append(registries, unverifiedRegistries...) - } - } // Create all of the combinations. Some registries need an additional component added, so // use our lookaside map to keep track of them. If there are no configured registries, we'll -- cgit v1.2.3-54-g00ecf