Skip to content

Commit 4692b3e

Browse files
authored
Merge pull request #2671 from AkihiroSuda/dev
update containerd (1.7.10)
2 parents 73762fc + 0e73e3e commit 4692b3e

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

.github/workflows/test.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -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:
267267
- uses: actions/[email protected]
268268
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"

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# TODO: verify commit hash
1919

2020
# Basic deps
21-
ARG CONTAINERD_VERSION=v1.7.9
21+
ARG CONTAINERD_VERSION=v1.7.10
2222
ARG RUNC_VERSION=v1.1.10
2323
ARG CNI_PLUGINS_VERSION=v1.3.0
2424

0 commit comments

Comments
 (0)