mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
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>
This commit is contained in:
parent
bfcd056321
commit
b4fe1f4933
|
@ -9,7 +9,7 @@
|
||||||
# and 'registries.block'.
|
# and 'registries.block'.
|
||||||
|
|
||||||
[registries.search]
|
[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.
|
# 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.
|
# An insecure registry is one that does not have a valid SSL certificate or only does HTTP.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user