diff options
author | Lukasz Czechowski <lukasz.czechowski@thaumatec.com> | 2024-10-21 17:02:31 +0200 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-11-02 00:02:53 -0400 |
commit | 919660a98c674f1166d830f4fe47a83375f71b2c (patch) | |
tree | 229c46613b6d35ade1abbc87295ae52f2526c597 | |
parent | 6f3c1d8f90947408a6587be222fec575a1ca5195 (diff) | |
download | meta-virtualization-919660a98c674f1166d830f4fe47a83375f71b2c.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.conf | 2 |
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] |
12 | registries = ['docker.io', 'registry.fedoraproject.org', 'quay.io', 'registry.access.redhat.com', 'registry.centos.org'] | 12 | registries = ['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. |