From 9d592799b8f8157b89fe899809cc3511080831b4 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 28 May 2018 11:05:39 -0400 Subject: [PATCH] add CentOS registry Signed-off-by: Lokesh Mandvekar --- registries.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registries.conf b/registries.conf index 926d8c3..ba6c3f6 100644 --- a/registries.conf +++ b/registries.conf @@ -9,7 +9,7 @@ # and 'registries.block'. [registries.search] -registries = ['docker.io', 'registry.fedoraproject.org', 'quay.io', 'registry.access.redhat.com'] +registries = ['docker.io', 'registry.fedoraproject.org', 'quay.io', 'registry.access.redhat.com', 'registry.centos.org'] # If you need to access insecure registries, add the registry's fully-qualified name. # An insecure registry is one that does not have a valid SSL certificate or only does HTTP.