forked from pool/libcontainers-common
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
This commit is contained in:
parent
c531fd356c
commit
1c1ad0e2c3
@ -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>
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user