summaryrefslogtreecommitdiff
path: root/test/registries.conf
diff options
context:
space:
mode:
authorValentin Rothberg <rothberg@redhat.com>2020-09-28 15:00:27 +0200
committerValentin Rothberg <rothberg@redhat.com>2020-09-30 16:30:41 +0200
commit8ff35a098c5ab64ce7c303139ac8205201208d6e (patch)
tree797b215e59de9d45c109b38725e618686ca37382 /test/registries.conf
parente930340e7345d54afc2e8f315e8b4932c80890e5 (diff)
downloadpodman-8ff35a098c5ab64ce7c303139ac8205201208d6e.tar.gz
podman-8ff35a098c5ab64ce7c303139ac8205201208d6e.tar.bz2
podman-8ff35a098c5ab64ce7c303139ac8205201208d6e.zip
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 <rothberg@redhat.com>
Diffstat (limited to 'test/registries.conf')
-rw-r--r--test/registries.conf1
1 files changed, 1 insertions, 0 deletions
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']