add containerd config override_path (#10776)

pull/10800/head
Kay Yan 2024-01-16 21:15:53 +08:00 committed by GitHub
parent 7b7c9f509e
commit a0a2f40295
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,6 @@ server = "https://{{ item.prefix }}"
{% for mirror in item.mirrors %}
[host."{{ mirror.host }}"]
capabilities = ["{{ ([ mirror.capabilities ] | flatten ) | join('","') }}"]
{% if mirror.skip_verify is defined %}
skip_verify = {{ mirror.skip_verify | default('false') | string | lower }}
{% endif %}
override_path = {{ mirror.override_path | default('false') | string | lower }}
{% endfor %}