From 2f81bfa25e1bca0aeaebe6c8b18afbf29d591003 Mon Sep 17 00:00:00 2001 From: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> Date: Thu, 22 Dec 2022 13:03:25 +0100 Subject: [PATCH] crio: test: use the new crio_registries variable in test (#9553) Crio registries configuration changed from crio_registries_mirrors to crio_registries. The configuration in the test was however forgotten. Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> --- tests/common/_docker_hub_registry_mirror.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/common/_docker_hub_registry_mirror.yml b/tests/common/_docker_hub_registry_mirror.yml index 2e77c5218..de2de9a97 100644 --- a/tests/common/_docker_hub_registry_mirror.yml +++ b/tests/common/_docker_hub_registry_mirror.yml @@ -12,10 +12,11 @@ containerd_registries: containerd_max_container_log_line_size: -1 -crio_registries_mirrors: +crio_registries: - prefix: docker.io insecure: false blocked: false + unqualified: false location: registry-1.docker.io mirrors: - location: mirror.gcr.io -- GitLab