mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-10 10:55:46 +00:00
We should not be using the test systems registries.conf file for integration tests. We should always use a constructed file created specifically for the integration tests or we stand to have unpredictable results. The beforeTest function now sets an environment variable pointing to a registries.conf file in the test's tempdir. That file will container docker.io as a default. The afterTest function then clears the environment variable. Signed-off-by: baude <bbaude@redhat.com> Closes: #1197 Approved by: rhatdan
9 lines
156 B
Text
9 lines
156 B
Text
[registries.search]
|
|
registries = ['docker.io', 'quay.io']
|
|
|
|
[registries.insecure]
|
|
registries = []
|
|
|
|
#blocked (docker only)
|
|
[registries.block]
|
|
registries = []
|