File tree 2 files changed +10
-10
lines changed
2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 79
79
- ubuntu : 20.04
80
80
containerd : v1.6.28
81
81
- ubuntu : 20.04
82
- containerd : v1.7.13
82
+ containerd : v1.7.14
83
83
- ubuntu : 22.04
84
- containerd : v1.7.13
84
+ containerd : v1.7.14
85
85
- ubuntu : 22.04
86
86
containerd : main
87
87
env :
@@ -113,7 +113,7 @@ jobs:
113
113
# ubuntu-20.04: cgroup v1, ubuntu-22.04: cgroup v2
114
114
include :
115
115
- ubuntu : 22.04
116
- containerd : v1.7.13
116
+ containerd : v1.7.14
117
117
env :
118
118
UBUNTU_VERSION : " ${{ matrix.ubuntu }}"
119
119
CONTAINERD_VERSION : " ${{ matrix.containerd }}"
@@ -161,11 +161,11 @@ jobs:
161
161
rootlesskit : v1.1.1
162
162
target : test-integration-rootless
163
163
- ubuntu : 20.04
164
- containerd : v1.7.13
164
+ containerd : v1.7.14
165
165
rootlesskit : v2.0.1
166
166
target : test-integration-rootless
167
167
- ubuntu : 22.04
168
- containerd : v1.7.13
168
+ containerd : v1.7.14
169
169
rootlesskit : v1.1.1
170
170
target : test-integration-rootless
171
171
- ubuntu : 22.04
@@ -177,11 +177,11 @@ jobs:
177
177
rootlesskit : v1.1.1
178
178
target : test-integration-rootless-port-slirp4netns
179
179
- ubuntu : 20.04
180
- containerd : v1.7.13
180
+ containerd : v1.7.14
181
181
rootlesskit : v2.0.1
182
182
target : test-integration-rootless-port-slirp4netns
183
183
- ubuntu : 22.04
184
- containerd : v1.7.13
184
+ containerd : v1.7.14
185
185
rootlesskit : v1.1.1
186
186
target : test-integration-rootless-port-slirp4netns
187
187
- ubuntu : 22.04
@@ -275,15 +275,15 @@ jobs:
275
275
276
276
with :
277
277
repository : containerd/containerd
278
- ref : v1.7.13
278
+ ref : v1.7.14
279
279
path : containerd
280
280
fetch-depth : 1
281
281
- name : " Set up CNI"
282
282
working-directory : containerd
283
283
run : GOPATH=$(go env GOPATH) script/setup/install-cni-windows
284
284
- name : " Set up containerd"
285
285
env :
286
- ctrdVersion : 1.7.13
286
+ ctrdVersion : 1.7.14
287
287
run : powershell hack/configure-windows-ci.ps1
288
288
# TODO: Run unit tests
289
289
- name : " Run integration tests"
Original file line number Diff line number Diff line change 18
18
# TODO: verify commit hash
19
19
20
20
# Basic deps
21
- ARG CONTAINERD_VERSION=v1.7.13
21
+ ARG CONTAINERD_VERSION=v1.7.14
22
22
ARG RUNC_VERSION=v1.1.12
23
23
ARG CNI_PLUGINS_VERSION=v1.4.0
24
24
You can’t perform that action at this time.
0 commit comments