summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukasz Czechowski <lukasz.czechowski@thaumatec.com>2024-10-21 17:02:31 +0200
committerBruce Ashfield <bruce.ashfield@gmail.com>2024-11-02 00:02:34 -0400
commitb4fe1f4933a754c4c869a3e47a9772d71987b3f5 (patch)
tree93870ce884accbc44569dbf71575a0941c95773e
parentbfcd056321820e2bf4e12122e2c334421cb8b33a (diff)
downloadmeta-virtualization-b4fe1f4933a754c4c869a3e47a9772d71987b3f5.tar.gz
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 <lukasz.czechowski@thaumatec.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-containers/container-host-config/container-host-config/registries.conf2
1 files changed, 1 insertions, 1 deletions
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 @@
9# and 'registries.block'. 9# and 'registries.block'.
10 10
11[registries.search] 11[registries.search]
12registries = ['docker.io', 'registry.fedoraproject.org', 'quay.io', 'registry.access.redhat.com', 'registry.centos.org'] 12registries = ['docker.io', 'registry.fedoraproject.org', 'quay.io', 'registry.access.redhat.com']
13 13
14# If you need to access insecure registries, add the registry's fully-qualified name. 14# If you need to access insecure registries, add the registry's fully-qualified name.
15# An insecure registry is one that does not have a valid SSL certificate or only does HTTP. 15# An insecure registry is one that does not have a valid SSL certificate or only does HTTP.