File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1818# TODO: verify commit hash
1919
2020# Basic deps
21- ARG CONTAINERD_VERSION=v2.0.1
21+ ARG CONTAINERD_VERSION=v2.0.2
2222ARG RUNC_VERSION=v1.2.4
2323ARG CNI_PLUGINS_VERSION=v1.6.2
2424
You can’t perform that action at this time.
0 commit comments