2019-06-30 05:09:20 +08:00
|
|
|
---
|
2020-12-09 17:22:50 +08:00
|
|
|
crio_versioned_pkg:
|
2022-06-12 15:59:10 +08:00
|
|
|
"1.24":
|
|
|
|
- "cri-o=1.24*"
|
|
|
|
- cri-o-runc
|
2022-03-07 21:39:07 +08:00
|
|
|
"1.23":
|
|
|
|
- "cri-o=1.23*"
|
|
|
|
- cri-o-runc
|
2021-12-02 22:21:34 +08:00
|
|
|
"1.22":
|
|
|
|
- "cri-o=1.22*"
|
|
|
|
- cri-o-runc
|
2020-12-09 17:22:50 +08:00
|
|
|
|
|
|
|
default_crio_packages: "{{ crio_versioned_pkg[crio_version] }}"
|
2020-04-23 04:29:45 +08:00
|
|
|
|
2020-10-26 23:35:02 +08:00
|
|
|
crio_packages: "{{ ubuntu_crio_packages | default(default_crio_packages) }}"
|
2019-06-30 05:09:20 +08:00
|
|
|
|
2020-10-23 18:07:46 +08:00
|
|
|
# The crio_runtimes variable defines a list of OCI compatible runtimes.
|
|
|
|
crio_runtimes:
|
|
|
|
- name: runc
|
|
|
|
path: /usr/sbin/runc
|
|
|
|
type: oci
|
|
|
|
root: /run/runc
|