Allow cri-o offline install (#7777)

This commit is contained in:
Sébastien Huss
2021-07-10 05:52:45 +02:00
committed by GitHub
parent d1388d69d0
commit b0e4c375a7
3 changed files with 21 additions and 11 deletions

View File

@@ -78,6 +78,12 @@ crun_runtime:
# environment with preconfigured CRI-O package repositories.
crio_add_repos: true
# Allow crio offline installation
crio_download_base: "download.opensuse.org/repositories/devel:kubic:libcontainers:stable"
# Allow crio offline installation
crio_download_crio: "http://{{ crio_download_base }}:/cri-o:/"
# skopeo need for save/load images when download_run_once=true
skopeo_packages:
- "skopeo"