From 883544551b852997bcd369936cfd354e2e9b38e879f56914d5a156fd483bd81d Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 9 Jun 2022 12:09:40 +0000 Subject: [PATCH] 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 --- libcontainers-common.changes | 11 +++++++++++ registries.conf | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) 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;