Skip to content

Commit d92b338

Browse files
authored
Merge pull request containerd#3478 from apostasie/rc5
Update to containerd 2 rc.5
2 parents ff17045 + 03c9de5 commit d92b338

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ jobs:
6969
containerd: v1.7.19
7070
runner: "ubuntu-22.04"
7171
- ubuntu: 24.04
72-
containerd: v2.0.0-rc.4
72+
containerd: v2.0.0-rc.5
7373
runner: "ubuntu-24.04"
7474
- ubuntu: 24.04
75-
containerd: v2.0.0-rc.4
75+
containerd: v2.0.0-rc.5
7676
runner: github-arm64-2c-8gb
7777
env:
7878
UBUNTU_VERSION: "${{ matrix.ubuntu }}"
@@ -179,7 +179,7 @@ jobs:
179179
rootlesskit: v2.3.1
180180
target: test-integration-rootless
181181
- ubuntu: 24.04
182-
containerd: v2.0.0-rc.4
182+
containerd: v2.0.0-rc.5
183183
rootlesskit: v2.3.1
184184
target: test-integration-rootless
185185
- ubuntu: 24.04

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.0-rc.4
21+
ARG CONTAINERD_VERSION=v2.0.0-rc.5
2222
ARG RUNC_VERSION=v1.1.14
2323
ARG CNI_PLUGINS_VERSION=v1.5.1
2424

0 commit comments

Comments
 (0)