Accepting request 981317 from devel:microos

- Add missing comma to previous change 

- Add registry.suse.com as agreed on oSC22
  Let's advertise usage of BCI images in general

OBS-URL: https://build.opensuse.org/request/show/981317
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcontainers-common?expand=0&rev=46
This commit is contained in:
Dominique Leuenberger 2022-06-09 12:09:40 +00:00 committed by Git OBS Bridge
parent ab9e2c0a3c
commit 883544551b
2 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Jun 8 12:39:46 UTC 2022 - Richard Brown <rbrown@suse.com>
- Add missing comma to previous change
-------------------------------------------------------------------
Mon Jun 6 12:56:19 UTC 2022 - Lubos Kocman <lubos.kocman@suse.com>
- Add registry.suse.com as agreed on oSC22
Let's advertise usage of BCI images in general
-------------------------------------------------------------------
Thu Feb 3 19:43:19 UTC 2022 - Bruno Leon <bruno.leon@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;