mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-11 03:15:44 +00:00
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>
10 lines
239 B
Text
10 lines
239 B
Text
# Note that changing the order here may break tests.
|
|
[registries.search]
|
|
registries = ['docker.io', 'quay.io', 'registry.fedoraproject.org']
|
|
|
|
[registries.insecure]
|
|
registries = []
|
|
|
|
#blocked (docker only)
|
|
[registries.block]
|
|
registries = []
|