Accepting request 1040272 from devel:microos
OBS-URL: https://build.opensuse.org/request/show/1040272 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcontainers-common?expand=0&rev=53
This commit is contained in:
commit
74f783a615
@ -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