Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion addons/containerd/1.7.25/Manifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
yum libzstd
yum container-selinux
asset runc https://github.com/opencontainers/runc/releases/download/v1.3.0/runc.amd64
asset runc https://github.com/opencontainers/runc/releases/download/v1.3.3/runc.amd64
dockerout rhel-7 addons/containerd/template/Dockerfile.centos7 1.6.33
dockerout rhel-7-force addons/containerd/template/Dockerfile.centos7-force 1.6.33
dockerout rhel-8 addons/containerd/template/Dockerfile.centos8.rhel 1.7.25
Expand Down
2 changes: 1 addition & 1 deletion addons/containerd/1.7.26/Manifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
yum libzstd
yum container-selinux
asset runc https://github.com/opencontainers/runc/releases/download/v1.3.0/runc.amd64
asset runc https://github.com/opencontainers/runc/releases/download/v1.3.3/runc.amd64
dockerout rhel-7 addons/containerd/template/Dockerfile.centos7 1.6.33
dockerout rhel-7-force addons/containerd/template/Dockerfile.centos7-force 1.6.33
dockerout rhel-8 addons/containerd/template/Dockerfile.centos8.rhel 1.7.26
Expand Down
2 changes: 1 addition & 1 deletion addons/containerd/1.7.27/Manifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
yum libzstd
yum container-selinux
asset runc https://github.com/opencontainers/runc/releases/download/v1.3.0/runc.amd64
asset runc https://github.com/opencontainers/runc/releases/download/v1.3.3/runc.amd64
dockerout rhel-7 addons/containerd/template/Dockerfile.centos7 1.6.33
dockerout rhel-7-force addons/containerd/template/Dockerfile.centos7-force 1.6.33
dockerout rhel-8 addons/containerd/template/Dockerfile.centos8.rhel 1.7.27
Expand Down
2 changes: 1 addition & 1 deletion addons/containerd/1.7.28/Manifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
yum libzstd
yum container-selinux
asset runc https://github.com/opencontainers/runc/releases/download/v1.3.0/runc.amd64
asset runc https://github.com/opencontainers/runc/releases/download/v1.3.3/runc.amd64
dockerout rhel-7 addons/containerd/template/Dockerfile.centos7 1.6.33
dockerout rhel-7-force addons/containerd/template/Dockerfile.centos7-force 1.6.33
dockerout rhel-8 addons/containerd/template/Dockerfile.centos8.rhel 1.7.28
Expand Down
13 changes: 13 additions & 0 deletions addons/containerd/1.7.29/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
yum libzstd
yum container-selinux
asset runc https://github.com/opencontainers/runc/releases/download/v1.3.3/runc.amd64
dockerout rhel-7 addons/containerd/template/Dockerfile.centos7 1.6.33
dockerout rhel-7-force addons/containerd/template/Dockerfile.centos7-force 1.6.33
dockerout rhel-8 addons/containerd/template/Dockerfile.centos8.rhel 1.7.29
dockerout rhel-9 addons/containerd/template/Dockerfile.rhel9 1.7.29
dockerout ubuntu-18.04 addons/containerd/template/Dockerfile.ubuntu18 1.6.21
dockerout ubuntu-22.04 addons/containerd/template/Dockerfile.ubuntu22 1.7.29
yum2023 containerd
yum2023 libzstd
apt24 containerd
image pause k8s.gcr.io/pause:3.6
2 changes: 2 additions & 0 deletions addons/containerd/1.7.29/crictl.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
runtime-endpoint: unix:///var/run/containerd/containerd.sock
image-endpoint: unix:///var/run/containerd/containerd.sock
58 changes: 58 additions & 0 deletions addons/containerd/1.7.29/host-preflight.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
apiVersion: troubleshoot.sh/v1beta2
kind: HostPreflight
metadata:
name: kurl-builtin
spec:
collectors:
- hostOS: {}
analyzers:
- hostOS:
outcomes:
- warn:
when: "centos = 7"
message: "containerd addon supports centos 7, but only up to containerd 1.6.33, which will be installed instead of 1.7.29"
- warn:
when: "rhel = 7"
message: "containerd addon supports rhel 7, but only up to containerd 1.6.33, which will be installed instead of 1.7.29"
- warn:
when: "ol = 7"
message: "containerd addon supports ol 7, but only up to containerd 1.6.33, which will be installed instead of 1.7.29"
- pass:
when: "centos = 8"
message: "containerd addon supports centos 8"
- pass:
when: "rhel = 8"
message: "containerd addon supports rhel 8"
- pass:
when: "ol = 8"
message: "containerd addon supports ol 8"
- pass:
when: "centos = 9"
message: "containerd addon supports centos 9"
- pass:
when: "rhel = 9"
message: "containerd addon supports rhel 9"
- pass:
when: "rocky = 9"
message: "containerd addon supports rocky 9"
- fail:
when: "ol = 9"
message: "containerd addon does not support ol 9"
- fail:
when: "ubuntu = 16.04"
message: "containerd addon does not support ubuntu 16.04"
- warn:
when: "ubuntu = 18.04"
message: "containerd addon supports ubuntu 18.04, but only up to containerd 1.6.21, which will be installed instead of 1.7.29"
- fail:
when: "ubuntu = 20.04"
message: "containerd addon does not support ubuntu 20.04"
- pass:
when: "ubuntu = 22.04"
message: "containerd addon supports ubuntu 22.04"
- pass:
when: "amazon >= 2023"
message: "containerd addon supports amazon 2023"
- pass:
when: "ubuntu = 24.04"
message: "containerd addon supports ubuntu 24.04"
Loading
Loading