diff --git a/SOURCES/registries.conf b/SOURCES/registries.conf
index 1ffaed5..ff4a5e5 100644
--- a/SOURCES/registries.conf
+++ b/SOURCES/registries.conf
@@ -9,7 +9,7 @@
 # and 'registries.block'.
 
 [registries.search]
-registries = ['registry.access.redhat.com']
+registries = ['docker.io','registry.centos.org','registry.access.redhat.com']
 
 # 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.
diff --git a/SPECS/skopeo.spec b/SPECS/skopeo.spec
index 1af61ce..372a5e2 100644
--- a/SPECS/skopeo.spec
+++ b/SPECS/skopeo.spec
@@ -152,6 +152,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
 %{_datadir}/bash-completion/completions/%{name}
 
 %changelog
+* Mon Jul 16 2018 Johnny Hughes <johnny@centos.org> - 0.1.31-1.dev.gitae64ff7
+- Manual CentOS Debranding
+
 * Wed Jul 11 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.1.31-1.dev.gitae64ff7
 - Resolves: #1599980, #1599224
 - bump to v0.1.31-dev