Browse Source

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>
pull/9606/head
Arthur Outhenin-Chalandre 2 years ago
committed by GitHub
parent
commit
2f81bfa25e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions
  1. 3
      tests/common/_docker_hub_registry_mirror.yml

3
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

Loading…
Cancel
Save