Skip to content

Commit 8af25af

Browse files
committed
update containerd (2.0.2)
Signed-off-by: Akihiro Suda <[email protected]>
1 parent 587ae99 commit 8af25af

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ jobs:
3131
containerd: v1.7.25
3232
arch: amd64
3333
- runner: ubuntu-24.04
34-
containerd: v2.0.1
34+
containerd: v2.0.2
3535
arch: amd64
3636
- runner: arm64-8core-32gb
37-
containerd: v2.0.1
37+
containerd: v2.0.2
3838
arch: arm64
3939
env:
4040
CONTAINERD_VERSION: "${{ matrix.containerd }}"
@@ -113,11 +113,11 @@ jobs:
113113
runner: "ubuntu-22.04"
114114
arch: amd64
115115
- ubuntu: 24.04
116-
containerd: v2.0.1
116+
containerd: v2.0.2
117117
runner: "ubuntu-24.04"
118118
arch: amd64
119119
- ubuntu: 24.04
120-
containerd: v2.0.1
120+
containerd: v2.0.2
121121
runner: arm64-8core-32gb
122122
arch: arm64
123123
env:
@@ -167,7 +167,7 @@ jobs:
167167
matrix:
168168
include:
169169
- ubuntu: 24.04
170-
containerd: v2.0.1
170+
containerd: v2.0.2
171171
arch: amd64
172172
env:
173173
CONTAINERD_VERSION: "${{ matrix.containerd }}"
@@ -239,7 +239,7 @@ jobs:
239239
target: rootless
240240
arch: amd64
241241
- ubuntu: 24.04
242-
containerd: v2.0.1
242+
containerd: v2.0.2
243243
rootlesskit: v2.3.1
244244
target: rootless
245245
arch: amd64
@@ -403,7 +403,7 @@ jobs:
403403
key: vagrant-${{ matrix.box }}
404404
- name: Set up vagrant
405405
run: |
406-
# from https://github.com/containerd/containerd/blob/v2.0.1/.github/workflows/ci.yml#L583-L596
406+
# from https://github.com/containerd/containerd/blob/v2.0.2/.github/workflows/ci.yml#L583-L596
407407
# which is based on https://github.com/opencontainers/runc/blob/v1.1.8/.cirrus.yml#L41-L49
408408
curl -fsSL https://apt.releases.hashicorp.com/gpg | sudo gpg --dearmor -o /usr/share/keyrings/hashicorp-archive-keyring.gpg
409409
echo "deb [signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] https://apt.releases.hashicorp.com $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/hashicorp.list

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=v2.0.1
21+
ARG CONTAINERD_VERSION=v2.0.2
2222
ARG RUNC_VERSION=v1.2.4
2323
ARG CNI_PLUGINS_VERSION=v1.6.2
2424

0 commit comments

Comments
 (0)