mirror of
https://github.com/containers/podman.git
synced 2026-03-17 22:28:22 -04: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>
11 lines
239 B
Plaintext
11 lines
239 B
Plaintext
# 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 = []
|