Skip to content

Commit 6ab1907

Browse files
committed
Update containerd (1.7.25) in CI
Signed-off-by: Austin Vazquez <[email protected]>
1 parent b854127 commit 6ab1907

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/test-canary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
8282
with:
8383
repository: containerd/containerd
84-
ref: "v1.7.24"
84+
ref: "v1.7.25"
8585
path: containerd
8686
fetch-depth: 1
8787
- name: "Set up CNI"

.github/workflows/test.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
containerd: v1.6.36
2929
arch: amd64
3030
- runner: ubuntu-24.04
31-
containerd: v1.7.24
31+
containerd: v1.7.25
3232
arch: amd64
3333
- runner: ubuntu-24.04
3434
containerd: v2.0.1
@@ -84,7 +84,7 @@ jobs:
8484
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
8585
with:
8686
repository: containerd/containerd
87-
ref: v1.7.24
87+
ref: v1.7.25
8888
path: containerd
8989
fetch-depth: 1
9090
- if: ${{ matrix.goos=='windows' }}
@@ -109,7 +109,7 @@ jobs:
109109
runner: "ubuntu-20.04"
110110
arch: amd64
111111
- ubuntu: 22.04
112-
containerd: v1.7.24
112+
containerd: v1.7.25
113113
runner: "ubuntu-22.04"
114114
arch: amd64
115115
- ubuntu: 24.04
@@ -234,7 +234,7 @@ jobs:
234234
target: rootless
235235
arch: amd64
236236
- ubuntu: 22.04
237-
containerd: v1.7.24
237+
containerd: v1.7.25
238238
rootlesskit: v2.3.1
239239
target: rootless
240240
arch: amd64
@@ -244,7 +244,7 @@ jobs:
244244
target: rootless
245245
arch: amd64
246246
- ubuntu: 24.04
247-
containerd: v1.7.24
247+
containerd: v1.7.25
248248
rootlesskit: v2.3.1
249249
target: rootless-port-slirp4netns
250250
arch: amd64
@@ -374,15 +374,15 @@ jobs:
374374
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
375375
with:
376376
repository: containerd/containerd
377-
ref: v1.7.24
377+
ref: v1.7.25
378378
path: containerd
379379
fetch-depth: 1
380380
- name: "Set up CNI"
381381
working-directory: containerd
382382
run: GOPATH=$(go env GOPATH) script/setup/install-cni-windows
383383
- name: "Set up containerd"
384384
env:
385-
ctrdVersion: 1.7.24
385+
ctrdVersion: 1.7.25
386386
run: powershell hack/configure-windows-ci.ps1
387387
- name: "Run integration tests"
388388
run: ./hack/test-integration.sh -test.only-flaky=false

0 commit comments

Comments
 (0)