diff --git a/libcontainers-common.changes b/libcontainers-common.changes index f7050e5..8f93f39 100644 --- a/libcontainers-common.changes +++ b/libcontainers-common.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Jun 8 12:39:46 UTC 2022 - Richard Brown + +- Add missing comma to previous change + +------------------------------------------------------------------- +Mon Jun 6 12:56:19 UTC 2022 - Lubos Kocman + +- 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 diff --git a/registries.conf b/registries.conf index 6700196..c77735d 100644 --- a/registries.conf +++ b/registries.conf @@ -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;