1
0

Accepting request 1067939 from home:dancermak:branches:devel:microos

Add registry.suse.com to the unqualified-search-registries

OBS-URL: https://build.opensuse.org/request/show/1067939
OBS-URL: https://build.opensuse.org/package/show/devel:microos/libcontainers-common?expand=0&rev=16
This commit is contained in:
Richard Brown 2023-02-27 11:45:58 +00:00 committed by Git OBS Bridge
parent e0e22282cb
commit 762893ece5
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Feb 27 10:30:12 UTC 2023 - Dan Čermák <dcermak@suse.com>
- Add registry.suse.com to the unqualified-search-registries
-------------------------------------------------------------------
Tue Feb 14 13:28:21 UTC 2023 - Dan Čermák <dcermak@suse.com>

View File

@ -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", "docker.io"]
unqualified-search-registries = ["registry.opensuse.org", "registry.suse.com", "docker.io"]
#
# [[registry]]
# # The "prefix" field is used to choose the relevant [[registry]] TOML table;