From 8ff35a098c5ab64ce7c303139ac8205201208d6e Mon Sep 17 00:00:00 2001 From: Valentin Rothberg Date: Mon, 28 Sep 2020 15:00:27 +0200 Subject: image look up: consult registries.conf When looking up local images, take the unqualified-serach registries of the registries.conf into account (on top of "localhost/"). Also extend the integration tests to prevent future regressions. Fixes: #6381 Signed-off-by: Valentin Rothberg --- test/registries.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'test/registries.conf') diff --git a/test/registries.conf b/test/registries.conf index bb7072d45..f27a282d6 100644 --- a/test/registries.conf +++ b/test/registries.conf @@ -1,3 +1,4 @@ +# Note that changing the order here may break tests. [registries.search] registries = ['docker.io', 'quay.io', 'registry.fedoraproject.org'] -- cgit v1.2.3-54-g00ecf