Skip to content

Commit f69729e

Browse files
committed
update containerd (2.3.3)
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
1 parent 3dc8e75 commit f69729e

2 files changed

Lines changed: 4 additions & 9 deletions

File tree

.github/workflows/workflow-test.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- runner: ubuntu-26.04-arm
5353
# Additionally build for old containerd on amd
5454
- runner: ubuntu-26.04
55-
containerd-version: v1.7.33
55+
containerd-version: v1.7.34
5656
with:
5757
runner: ${{ matrix.runner }}
5858
containerd-version: ${{ matrix.containerd-version }}
@@ -81,7 +81,7 @@ jobs:
8181
# old containerd + old ubuntu + old rootlesskit
8282
- runner: ubuntu-22.04
8383
target: rootless
84-
containerd-version: v1.7.33
84+
containerd-version: v1.7.34
8585
rootlesskit-version: v1.1.1
8686
# gomodjail
8787
- runner: ubuntu-26.04
@@ -98,7 +98,7 @@ jobs:
9898
# old containerd + old ubuntu
9999
- runner: ubuntu-22.04
100100
target: rootful
101-
containerd-version: v1.7.33
101+
containerd-version: v1.7.34
102102
# ipv6
103103
- runner: ubuntu-26.04
104104
target: rootful
@@ -149,8 +149,3 @@ jobs:
149149
go-version: 1.26
150150
windows-cni-version: v0.3.1
151151
docker-version: 5:29.6.1-1~ubuntu.26.04~resolute
152-
# Windows CI still requires containerd v2.2.
153-
# [v2.3.0 regression] The virtual machine or container JSON document is invalid. (Hyper-V container)
154-
# https://github.com/containerd/containerd/issues/13254
155-
windows-containerd-version: 2.2.5
156-
windows-containerd-sha: 8724c3a873b4984f5ee092c8f15c1a98ebbb0f968106cf8f5849ea100f3a0236

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
# Basic deps
1919
# @BINARY: the binary checksums are verified via Dockerfile.d/SHA256SUMS.d/<COMPONENT>-<VERSION>
20-
ARG CONTAINERD_VERSION=v2.3.2@fff62f14765df376e5fc36f5a8f8e795b5670f61
20+
ARG CONTAINERD_VERSION=v2.3.3@aad11006b869517fcd3009450b6f82da282e1a9b
2121
ARG RUNC_VERSION=v1.5.0@c4bb59526d0c9cf3a3a46a04d08ca031749a2119
2222
ARG CNI_PLUGINS_VERSION=v1.9.1@BINARY
2323

0 commit comments

Comments
 (0)