From 5ba65e47e63f79e70d5d730b8d063b61f9751d63 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Mon, 23 May 2022 10:38:46 +0200 Subject: [PATCH] containers-common-1-37.el9 - update unqualified registries list - Related: #2088139 Signed-off-by: Jindrich Novy --- containers-common.spec | 10 +++++++--- registries.conf | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/containers-common.spec b/containers-common.spec index ed8b7e4..0bd465a 100644 --- a/containers-common.spec +++ b/containers-common.spec @@ -12,7 +12,7 @@ Epoch: 2 Name: containers-common Version: 1 -Release: 36%{?dist} +Release: 37%{?dist} Summary: Common configuration and documentation for containers License: ASL 2.0 BuildRequires: /usr/bin/go-md2man @@ -97,7 +97,7 @@ separately. %package -n aardvark-dns Version: 1.0.1 -Release: 36%{?dist} +Release: 37%{?dist} URL: https://github.com/containers/aardvark-dns Summary: Authoritative DNS server for A/AAAA container records License: ASL 2.0 and BSD and MIT @@ -117,7 +117,7 @@ Read more about configuration in `src/backend/mod.rs`. %package -n netavark Version: 1.0.1 -Release: 36%{?dist} +Release: 37%{?dist} URL: https://github.com/containers/netavark Summary: OCI network stack License: ASL 2.0 and BSD and MIT @@ -306,6 +306,10 @@ EOF %{_mandir}/man1/netavark.1* %changelog +* Mon May 23 2022 Jindrich Novy - 2:1-37 +- update unqualified registries list +- Related: #2088139 + * Mon May 09 2022 Jindrich Novy - 2:1-36 - update aardvark-dns and netavark to 1.0.3 - update vendored components diff --git a/registries.conf b/registries.conf index 5337fd8..10e8f76 100644 --- a/registries.conf +++ b/registries.conf @@ -19,7 +19,7 @@ # # # An array of host[:port] registries to try when pulling an unqualified image, in order. -unqualified-search-registries = ["registry.fedoraproject.org", "registry.access.redhat.com", "registry.centos.org", "quay.io", "docker.io"] +unqualified-search-registries = ['registry.access.redhat.com', 'registry.redhat.io', 'docker.io'] # [[registry]] # # The "prefix" field is used to choose the relevant [[registry]] TOML table;