Skip to content

Commit b3b3dee

Browse files
committed
update containerd (1.7.14)
Signed-off-by: Kay Yan <[email protected]>
1 parent 102544a commit b3b3dee

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Diff for: .github/workflows/test.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ jobs:
7979
- ubuntu: 20.04
8080
containerd: v1.6.28
8181
- ubuntu: 20.04
82-
containerd: v1.7.13
82+
containerd: v1.7.14
8383
- ubuntu: 22.04
84-
containerd: v1.7.13
84+
containerd: v1.7.14
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.13
116+
containerd: v1.7.14
117117
env:
118118
UBUNTU_VERSION: "${{ matrix.ubuntu }}"
119119
CONTAINERD_VERSION: "${{ matrix.containerd }}"
@@ -161,11 +161,11 @@ jobs:
161161
rootlesskit: v1.1.1
162162
target: test-integration-rootless
163163
- ubuntu: 20.04
164-
containerd: v1.7.13
164+
containerd: v1.7.14
165165
rootlesskit: v2.0.1
166166
target: test-integration-rootless
167167
- ubuntu: 22.04
168-
containerd: v1.7.13
168+
containerd: v1.7.14
169169
rootlesskit: v1.1.1
170170
target: test-integration-rootless
171171
- ubuntu: 22.04
@@ -177,11 +177,11 @@ jobs:
177177
rootlesskit: v1.1.1
178178
target: test-integration-rootless-port-slirp4netns
179179
- ubuntu: 20.04
180-
containerd: v1.7.13
180+
containerd: v1.7.14
181181
rootlesskit: v2.0.1
182182
target: test-integration-rootless-port-slirp4netns
183183
- ubuntu: 22.04
184-
containerd: v1.7.13
184+
containerd: v1.7.14
185185
rootlesskit: v1.1.1
186186
target: test-integration-rootless-port-slirp4netns
187187
- ubuntu: 22.04
@@ -275,15 +275,15 @@ jobs:
275275
- uses: actions/[email protected]
276276
with:
277277
repository: containerd/containerd
278-
ref: v1.7.13
278+
ref: v1.7.14
279279
path: containerd
280280
fetch-depth: 1
281281
- name: "Set up CNI"
282282
working-directory: containerd
283283
run: GOPATH=$(go env GOPATH) script/setup/install-cni-windows
284284
- name: "Set up containerd"
285285
env:
286-
ctrdVersion: 1.7.13
286+
ctrdVersion: 1.7.14
287287
run: powershell hack/configure-windows-ci.ps1
288288
# TODO: Run unit tests
289289
- name: "Run integration tests"

Diff for: Dockerfile

+1-1
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.13
21+
ARG CONTAINERD_VERSION=v1.7.14
2222
ARG RUNC_VERSION=v1.1.12
2323
ARG CNI_PLUGINS_VERSION=v1.4.0
2424

0 commit comments

Comments
 (0)