Dominique Leuenberger 2023-02-28 11:48:16 +00:00 committed by Git OBS Bridge
commit 13d1f9afa1
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;