Dominique Leuenberger 2022-12-08 15:50:28 +00:00 committed by Git OBS Bridge
commit 74f783a615
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Dec 5 12:23:07 UTC 2022 - Dan Čermák <dcermak@suse.com>
- 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 <dmueller@suse.com> Mon Nov 28 09:08:11 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

@ -18,7 +18,7 @@
# of these registries, it should be added at the end of the list. # 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. # # 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]] # [[registry]]
# # The "prefix" field is used to choose the relevant [[registry]] TOML table; # # The "prefix" field is used to choose the relevant [[registry]] TOML table;