Skip to content

Commit 0a5df51

Browse files
Automated Containerd version update 1.7.28 (#5803)
Create new Containerd version Co-authored-by: laverya <[email protected]>
1 parent 99c3d4d commit 0a5df51

File tree

13 files changed

+549
-7
lines changed

13 files changed

+549
-7
lines changed

addons/containerd/1.6.28/Manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
yum libzstd
22
yum container-selinux
3-
asset runc https://github.com/opencontainers/runc/releases/download/v1.3.0/runc.amd64
3+
asset runc https://github.com/opencontainers/runc/releases/download/v1.3.1/runc.amd64
44
dockerout rhel-7 addons/containerd/template/Dockerfile.centos7 1.6.28
55
dockerout rhel-7-force addons/containerd/template/Dockerfile.centos7-force 1.6.28
66
dockerout rhel-8 addons/containerd/template/Dockerfile.centos8.rhel 1.6.28

addons/containerd/1.6.31/Manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
yum libzstd
22
yum container-selinux
3-
asset runc https://github.com/opencontainers/runc/releases/download/v1.3.0/runc.amd64
3+
asset runc https://github.com/opencontainers/runc/releases/download/v1.3.1/runc.amd64
44
dockerout rhel-7 addons/containerd/template/Dockerfile.centos7 1.6.31
55
dockerout rhel-7-force addons/containerd/template/Dockerfile.centos7-force 1.6.31
66
dockerout rhel-8 addons/containerd/template/Dockerfile.centos8.rhel 1.6.31

addons/containerd/1.6.32/Manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
yum libzstd
22
yum container-selinux
3-
asset runc https://github.com/opencontainers/runc/releases/download/v1.3.0/runc.amd64
3+
asset runc https://github.com/opencontainers/runc/releases/download/v1.3.1/runc.amd64
44
dockerout rhel-7 addons/containerd/template/Dockerfile.centos7 1.6.32
55
dockerout rhel-7-force addons/containerd/template/Dockerfile.centos7-force 1.6.32
66
dockerout rhel-8 addons/containerd/template/Dockerfile.centos8.rhel 1.6.32

addons/containerd/1.6.33/Manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
yum libzstd
22
yum container-selinux
3-
asset runc https://github.com/opencontainers/runc/releases/download/v1.3.0/runc.amd64
3+
asset runc https://github.com/opencontainers/runc/releases/download/v1.3.1/runc.amd64
44
dockerout rhel-7 addons/containerd/template/Dockerfile.centos7 1.6.33
55
dockerout rhel-7-force addons/containerd/template/Dockerfile.centos7-force 1.6.33
66
dockerout rhel-8 addons/containerd/template/Dockerfile.centos8.rhel 1.6.33

addons/containerd/1.7.28/Manifest

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
yum libzstd
2+
yum container-selinux
3+
asset runc https://github.com/opencontainers/runc/releases/download/v1.3.0/runc.amd64
4+
dockerout rhel-7 addons/containerd/template/Dockerfile.centos7 1.6.33
5+
dockerout rhel-7-force addons/containerd/template/Dockerfile.centos7-force 1.6.33
6+
dockerout rhel-8 addons/containerd/template/Dockerfile.centos8.rhel 1.7.28
7+
dockerout rhel-9 addons/containerd/template/Dockerfile.rhel9 1.7.28
8+
dockerout ubuntu-18.04 addons/containerd/template/Dockerfile.ubuntu18 1.6.21
9+
dockerout ubuntu-22.04 addons/containerd/template/Dockerfile.ubuntu22 1.7.28
10+
yum2023 containerd
11+
yum2023 libzstd
12+
apt24 containerd
13+
image pause k8s.gcr.io/pause:3.6
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
runtime-endpoint: unix:///var/run/containerd/containerd.sock
2+
image-endpoint: unix:///var/run/containerd/containerd.sock
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
apiVersion: troubleshoot.sh/v1beta2
2+
kind: HostPreflight
3+
metadata:
4+
name: kurl-builtin
5+
spec:
6+
collectors:
7+
- hostOS: {}
8+
analyzers:
9+
- hostOS:
10+
outcomes:
11+
- warn:
12+
when: "centos = 7"
13+
message: "containerd addon supports centos 7, but only up to containerd 1.6.33, which will be installed instead of 1.7.28"
14+
- warn:
15+
when: "rhel = 7"
16+
message: "containerd addon supports rhel 7, but only up to containerd 1.6.33, which will be installed instead of 1.7.28"
17+
- warn:
18+
when: "ol = 7"
19+
message: "containerd addon supports ol 7, but only up to containerd 1.6.33, which will be installed instead of 1.7.28"
20+
- pass:
21+
when: "centos = 8"
22+
message: "containerd addon supports centos 8"
23+
- pass:
24+
when: "rhel = 8"
25+
message: "containerd addon supports rhel 8"
26+
- pass:
27+
when: "ol = 8"
28+
message: "containerd addon supports ol 8"
29+
- pass:
30+
when: "centos = 9"
31+
message: "containerd addon supports centos 9"
32+
- pass:
33+
when: "rhel = 9"
34+
message: "containerd addon supports rhel 9"
35+
- pass:
36+
when: "rocky = 9"
37+
message: "containerd addon supports rocky 9"
38+
- fail:
39+
when: "ol = 9"
40+
message: "containerd addon does not support ol 9"
41+
- fail:
42+
when: "ubuntu = 16.04"
43+
message: "containerd addon does not support ubuntu 16.04"
44+
- warn:
45+
when: "ubuntu = 18.04"
46+
message: "containerd addon supports ubuntu 18.04, but only up to containerd 1.6.21, which will be installed instead of 1.7.28"
47+
- fail:
48+
when: "ubuntu = 20.04"
49+
message: "containerd addon does not support ubuntu 20.04"
50+
- pass:
51+
when: "ubuntu = 22.04"
52+
message: "containerd addon supports ubuntu 22.04"
53+
- pass:
54+
when: "amazon >= 2023"
55+
message: "containerd addon supports amazon 2023"
56+
- pass:
57+
when: "ubuntu = 24.04"
58+
message: "containerd addon supports ubuntu 24.04"

0 commit comments

Comments
 (0)