From 1c1ad0e2c3de9e97f4254d1c6d0e5abaca741c2ac5777b0f5bb7e7a8ac3bdb68 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Mon, 5 Dec 2022 12:53:30 +0000 Subject: [PATCH] Accepting request 1040269 from home:dancermak:branches:devel:microos Remove registry.suse.com from search registries OBS-URL: https://build.opensuse.org/request/show/1040269 OBS-URL: https://build.opensuse.org/package/show/devel:microos/libcontainers-common?expand=0&rev=12 --- libcontainers-common.changes | 9 +++++++++ registries.conf | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/libcontainers-common.changes b/libcontainers-common.changes index 82c0fac..6e42b5b 100644 --- a/libcontainers-common.changes +++ b/libcontainers-common.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Dec 5 12:23:07 UTC 2022 - Dan Čermák + +- Remove registry.suse.com from search unqualified-search-registries: + registry.suse.com responds very slowly to pagination repository listings + (https://docs.docker.com/registry/spec/api/#pagination) and thereby causes + every `podman search` to take over 90s. We have to remove it until this + regression is fixed. + ------------------------------------------------------------------- Mon Nov 28 09:08:11 UTC 2022 - Dirk Müller diff --git a/registries.conf b/registries.conf index c77735d..6700196 100644 --- a/registries.conf +++ b/registries.conf @@ -18,7 +18,7 @@ # of these registries, it should be added at the end of the list. # # # An array of host[:port] registries to try when pulling an unqualified image, in order. -unqualified-search-registries = ["registry.opensuse.org", "registry.suse.com", "docker.io"] +unqualified-search-registries = ["registry.opensuse.org", "docker.io"] # # [[registry]] # # The "prefix" field is used to choose the relevant [[registry]] TOML table;