From d2eda1a8648b7e6053627e48bf500f9671f0a6c2 Mon Sep 17 00:00:00 2001 From: baude Date: Fri, 3 Nov 2017 14:37:22 -0500 Subject: Enhancements to papr tests The PR contains several enhancements to our CI testing. - enable lint testing on Fedora - add Centos Atomic as test platform - integration tests on run on the OS natively (uncontainerized) - builds are done in containers - inclusion of Vagrant file for local testing Signed-off-by: baude Closes: #18 Approved by: mheon --- pkg/storage/image.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg') diff --git a/pkg/storage/image.go b/pkg/storage/image.go index ddff82c1c..858668036 100644 --- a/pkg/storage/image.go +++ b/pkg/storage/image.go @@ -525,7 +525,7 @@ func GetImageService(store storage.Store, defaultTransport string, insecureRegis is := &imageService{ store: store, defaultTransport: defaultTransport, - indexConfigs: make(map[string]*indexInfo, 0), + indexConfigs: make(map[string]*indexInfo), insecureRegistryCIDRs: make([]*net.IPNet, 0), registries: cleanRegistries, } -- cgit v1.2.3-54-g00ecf