download run once feature for containerd (#6997)

This commit is contained in:
Sergey
2020-12-07 12:09:25 +03:00
committed by GitHub
parent 878fe80ca3
commit a69f2b09da
3 changed files with 6 additions and 4 deletions

View File

@@ -282,8 +282,8 @@
- name: Stop if download_localhost is enabled when container_manager not docker
assert:
that: container_manager == 'docker'
msg: "download_run_once support only for docker. See https://github.com/containerd/containerd/issues/4075 for details"
that: container_manager in ['containerd', 'docker']
msg: "download_run_once support only for docker or containerd"
when: download_run_once or download_force_cache
- name: Stop if kata_containers_enabled is enabled when container_manager is docker