* [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
* Re: [meta-virtualization][PATCH] container-host-config: Remove centos registry
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
1 sibling, 1 reply; 4+ messages in thread
From: Bruce Ashfield @ 2024-10-31 3:55 UTC (permalink / raw)
To: Lukasz Czechowski; +Cc: meta-virtualization
[-- Attachment #1: Type: text/plain, Size: 1818 bytes --]
Thanks for the patch.
I injured my hand (so I couldn't type) and then had to do some release
preparation, but will get to merging his shortly.
Bruce
On Mon, Oct 21, 2024 at 11:02 AM Lukasz Czechowski <
lukasz.czechowski@thaumatec.com> wrote:
> 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
>
>
--
- Thou shalt not follow the NULL pointer, for chaos and madness await thee
at its end
- "Use the force Harry" - Gandalf, Star Trek II
[-- Attachment #2: Type: text/html, Size: 3615 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [meta-virtualization][PATCH] container-host-config: Remove centos registry
2024-10-31 3:55 ` Bruce Ashfield
@ 2024-10-31 15:46 ` Łukasz Czechowski
0 siblings, 0 replies; 4+ messages in thread
From: Łukasz Czechowski @ 2024-10-31 15:46 UTC (permalink / raw)
To: Bruce Ashfield; +Cc: meta-virtualization
Thanks. I hope you get well soon!
Could you also apply this patch into the scarthgap branch?
Best regards,
Łukasz
czw., 31 paź 2024 o 04:55 Bruce Ashfield <bruce.ashfield@gmail.com> napisał(a):
>
> Thanks for the patch.
>
> I injured my hand (so I couldn't type) and then had to do some release preparation, but will get to merging his shortly.
>
> Bruce
>
> On Mon, Oct 21, 2024 at 11:02 AM Lukasz Czechowski <lukasz.czechowski@thaumatec.com> wrote:
>>
>> 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
>>
>
>
> --
> - Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end
> - "Use the force Harry" - Gandalf, Star Trek II
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [meta-virtualization][PATCH] container-host-config: Remove centos registry
2024-10-21 15:02 [meta-virtualization][PATCH] container-host-config: Remove centos registry Lukasz Czechowski
2024-10-31 3:55 ` Bruce Ashfield
@ 2024-11-02 4:04 ` Bruce Ashfield
1 sibling, 0 replies; 4+ messages in thread
From: Bruce Ashfield @ 2024-11-02 4:04 UTC (permalink / raw)
To: Lukasz Czechowski; +Cc: meta-virtualization
merged to master (styhead shortly) and scarthgap.
Bruce
In message: [meta-virtualization][PATCH] container-host-config: Remove centos registry
on 21/10/2024 Lukasz Czechowski wrote:
> 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 [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.