containerd: upgrade versions 1.4.11 and 1.5.7 and make 1.4.11 the default (#8129)
This commit is contained in:
parent
46c536d261
commit
801268d5c1
2 changed files with 7 additions and 1 deletions
|
@ -500,13 +500,19 @@ nerdctl_archive_checksums:
|
||||||
containerd_archive_checksums:
|
containerd_archive_checksums:
|
||||||
arm:
|
arm:
|
||||||
1.4.9: 0
|
1.4.9: 0
|
||||||
|
1.4.11: 0
|
||||||
1.5.5: 0
|
1.5.5: 0
|
||||||
|
1.5.7: 0
|
||||||
arm64:
|
arm64:
|
||||||
1.4.9: 0
|
1.4.9: 0
|
||||||
|
1.4.11: 0
|
||||||
1.5.5: 0
|
1.5.5: 0
|
||||||
|
1.5.7: 0
|
||||||
amd64:
|
amd64:
|
||||||
1.4.9: 346f88ad5b973960ff81b5539d4177af5941ec2e4703b479ca9a6081ff1d023b
|
1.4.9: 346f88ad5b973960ff81b5539d4177af5941ec2e4703b479ca9a6081ff1d023b
|
||||||
|
1.4.11: 80c47ec5ce2cd91a15204b5f5b534892ca653e75f3fba0c451ca326bca45fb00
|
||||||
1.5.5: 8efc527ffb772a82021800f0151374a3113ed2439922497ff08f2596a70f10f1
|
1.5.5: 8efc527ffb772a82021800f0151374a3113ed2439922497ff08f2596a70f10f1
|
||||||
|
1.5.7: 109fc95b86382065ea668005c376360ddcd8c4ec413e7abe220ae9f461e0e173
|
||||||
|
|
||||||
etcd_binary_checksum: "{{ etcd_binary_checksums[image_arch] }}"
|
etcd_binary_checksum: "{{ etcd_binary_checksums[image_arch] }}"
|
||||||
cni_binary_checksum: "{{ cni_binary_checksums[image_arch] }}"
|
cni_binary_checksum: "{{ cni_binary_checksums[image_arch] }}"
|
||||||
|
|
|
@ -331,7 +331,7 @@ docker_plugins: []
|
||||||
etcd_kubeadm_enabled: false
|
etcd_kubeadm_enabled: false
|
||||||
|
|
||||||
# Containerd options - thse are relevant when container_manager == 'containerd'
|
# Containerd options - thse are relevant when container_manager == 'containerd'
|
||||||
containerd_version: 1.4.9
|
containerd_version: 1.4.11
|
||||||
containerd_use_systemd_cgroup: true
|
containerd_use_systemd_cgroup: true
|
||||||
|
|
||||||
# Docker options - this is relevant when container_manager == 'docker'
|
# Docker options - this is relevant when container_manager == 'docker'
|
||||||
|
|
Loading…
Reference in a new issue