Skip to content

Commit 52caaeb

Browse files
authored
Merge pull request #3954 from apostasie/update-container-2.0.3
Update to containerd v2.0.3
2 parents 499f905 + 8af2e4c commit 52caaeb

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
@@ -32,10 +32,10 @@ jobs:
3232
containerd: v1.7.25
3333
arch: amd64
3434
- runner: ubuntu-24.04
35-
containerd: v2.0.2
35+
containerd: v2.0.3
3636
arch: amd64
3737
- runner: ubuntu-24.04-arm
38-
containerd: v2.0.2
38+
containerd: v2.0.3
3939
arch: arm64
4040
env:
4141
CONTAINERD_VERSION: "${{ matrix.containerd }}"
@@ -115,11 +115,11 @@ jobs:
115115
runner: "ubuntu-22.04"
116116
arch: amd64
117117
- ubuntu: 24.04
118-
containerd: v2.0.2
118+
containerd: v2.0.3
119119
runner: "ubuntu-24.04"
120120
arch: amd64
121121
- ubuntu: 24.04
122-
containerd: v2.0.2
122+
containerd: v2.0.3
123123
runner: ubuntu-24.04-arm
124124
arch: arm64
125125
env:
@@ -169,7 +169,7 @@ jobs:
169169
matrix:
170170
include:
171171
- ubuntu: 24.04
172-
containerd: v2.0.2
172+
containerd: v2.0.3
173173
arch: amd64
174174
env:
175175
CONTAINERD_VERSION: "${{ matrix.containerd }}"
@@ -241,7 +241,7 @@ jobs:
241241
target: rootless
242242
arch: amd64
243243
- ubuntu: 24.04
244-
containerd: v2.0.2
244+
containerd: v2.0.3
245245
rootlesskit: v2.3.2
246246
target: rootless
247247
arch: amd64
@@ -406,7 +406,7 @@ jobs:
406406
key: vagrant-${{ matrix.box }}
407407
- name: Set up vagrant
408408
run: |
409-
# from https://github.com/containerd/containerd/blob/v2.0.2/.github/workflows/ci.yml#L583-L596
409+
# from https://github.com/containerd/containerd/blob/v2.0.3/.github/workflows/ci.yml#L583-L596
410410
# which is based on https://github.com/opencontainers/runc/blob/v1.1.8/.cirrus.yml#L41-L49
411411
curl -fsSL https://apt.releases.hashicorp.com/gpg | sudo gpg --dearmor -o /usr/share/keyrings/hashicorp-archive-keyring.gpg
412412
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.2
21+
ARG CONTAINERD_VERSION=v2.0.3
2222
ARG RUNC_VERSION=v1.2.5
2323
ARG CNI_PLUGINS_VERSION=v1.6.2
2424

0 commit comments

Comments
 (0)