@@ -77,11 +77,11 @@ jobs:
7777 # ubuntu-20.04: cgroup v1, ubuntu-22.04: cgroup v2
7878 include :
7979 - ubuntu : 20.04
80- containerd : v1.6.24
80+ containerd : v1.6.25
8181 - ubuntu : 20.04
82- containerd : v1.7.9
82+ containerd : v1.7.10
8383 - ubuntu : 22.04
84- containerd : v1.7.9
84+ containerd : v1.7.10
8585 - ubuntu : 22.04
8686 containerd : main
8787 env :
@@ -113,7 +113,7 @@ jobs:
113113 # ubuntu-20.04: cgroup v1, ubuntu-22.04: cgroup v2
114114 include :
115115 - ubuntu : 22.04
116- containerd : v1.7.9
116+ containerd : v1.7.10
117117 env :
118118 UBUNTU_VERSION : " ${{ matrix.ubuntu }}"
119119 CONTAINERD_VERSION : " ${{ matrix.containerd }}"
@@ -157,25 +157,25 @@ jobs:
157157 # ubuntu-22.04: cgroup v1, ubuntu-22.04: cgroup v2
158158 include :
159159 - ubuntu : 20.04
160- containerd : v1.6.24
160+ containerd : v1.6.25
161161 target : test-integration-rootless
162162 - ubuntu : 20.04
163- containerd : v1.7.9
163+ containerd : v1.7.10
164164 target : test-integration-rootless
165165 - ubuntu : 22.04
166- containerd : v1.7.9
166+ containerd : v1.7.10
167167 target : test-integration-rootless
168168 - ubuntu : 22.04
169169 containerd : main
170170 target : test-integration-rootless
171171 - ubuntu : 20.04
172- containerd : v1.6.24
172+ containerd : v1.6.25
173173 target : test-integration-rootless-port-slirp4netns
174174 - ubuntu : 20.04
175- containerd : v1.7.9
175+ containerd : v1.7.10
176176 target : test-integration-rootless-port-slirp4netns
177177 - ubuntu : 22.04
178- containerd : v1.7.9
178+ containerd : v1.7.10
179179 target : test-integration-rootless-port-slirp4netns
180180 - ubuntu : 22.04
181181 containerd : main
@@ -267,15 +267,15 @@ jobs:
267267268268 with :
269269 repository : containerd/containerd
270- ref : v1.7.9
270+ ref : v1.7.10
271271 path : containerd
272272 fetch-depth : 1
273273 - name : " Set up CNI"
274274 working-directory : containerd
275275 run : GOPATH=$(go env GOPATH) script/setup/install-cni-windows
276276 - name : " Set up containerd"
277277 env :
278- ctrdVersion : 1.7.9
278+ ctrdVersion : 1.7.10
279279 run : powershell hack/configure-windows-ci.ps1
280280 # TODO: Run unit tests
281281 - name : " Run integration tests"
0 commit comments