From 919660a98c674f1166d830f4fe47a83375f71b2c Mon Sep 17 00:00:00 2001 From: Lukasz Czechowski Date: Mon, 21 Oct 2024 17:02:31 +0200 Subject: container-host-config: Remove centos registry Update registry list by removing 'registry.centos.org' entry. This registry is no longer available. Decommissioning of the registry was announced in the thread: https://lists.centos.org/hyperkitty/list/devel@lists.centos.org/thread/EHGCQUHLDQ6LI474ZAB7MPRZFJD77P3S/ Signed-off-by: Lukasz Czechowski Signed-off-by: Bruce Ashfield --- .../container-host-config/container-host-config/registries.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-containers') diff --git a/recipes-containers/container-host-config/container-host-config/registries.conf b/recipes-containers/container-host-config/container-host-config/registries.conf index ba6c3f6e..926d8c36 100644 --- a/recipes-containers/container-host-config/container-host-config/registries.conf +++ b/recipes-containers/container-host-config/container-host-config/registries.conf @@ -9,7 +9,7 @@ # and 'registries.block'. [registries.search] -registries = ['docker.io', 'registry.fedoraproject.org', 'quay.io', 'registry.access.redhat.com', 'registry.centos.org'] +registries = ['docker.io', 'registry.fedoraproject.org', 'quay.io', '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. -- cgit v1.2.3-54-g00ecf