All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization][PATCH] container-host-config: Remove centos registry
@ 2024-10-21 15:02 Lukasz Czechowski
  2024-10-31  3:55 ` Bruce Ashfield
  2024-11-02  4:04 ` Bruce Ashfield
  0 siblings, 2 replies; 4+ messages in thread
From: Lukasz Czechowski @ 2024-10-21 15:02 UTC (permalink / raw)
  To: meta-virtualization; +Cc: bruce.ashfield, Lukasz Czechowski

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>
---
 .../container-host-config/container-host-config/registries.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-11-02  4:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-21 15:02 [meta-virtualization][PATCH] container-host-config: Remove centos registry Lukasz Czechowski
2024-10-31  3:55 ` Bruce Ashfield
2024-10-31 15:46   ` Łukasz Czechowski
2024-11-02  4:04 ` Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.