File tree Expand file tree Collapse file tree 5 files changed +20
-17
lines changed
Dockerfile.d/SHA256SUMS.d Expand file tree Collapse file tree 5 files changed +20
-17
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,9 @@ windows_task:
3030 matrix :
3131 - name : " Windows/containerd-1.7"
3232 env :
33+ # containerd >= 1.7.2 can't pass nerdctl CI:
34+ # `hcsshim::PrepareLayer failed in Win32: The parameter is incorrect. (0x57)`
35+ # https://github.com/containerd/containerd/issues/8891
3336 ctrdVersion : 1.7.1
3437 env :
3538 CGO_ENABLED : 0
Original file line number Diff line number Diff line change @@ -77,11 +77,11 @@ jobs:
7777 # ubuntu-20.04: cgroup v1, ubuntu-22.04: cgroup v2
7878 include :
7979 - ubuntu : 20.04
80- containerd : v1.6.21
80+ containerd : v1.6.22
8181 - ubuntu : 20.04
82- containerd : v1.7.1
82+ containerd : v1.7.3
8383 - ubuntu : 22.04
84- containerd : v1.7.1
84+ containerd : v1.7.3
8585 - ubuntu : 22.04
8686 containerd : main
8787 env :
@@ -113,25 +113,25 @@ jobs:
113113 # ubuntu-22.04: cgroup v1, ubuntu-22.04: cgroup v2
114114 include :
115115 - ubuntu : 20.04
116- containerd : v1.6.21
116+ containerd : v1.6.22
117117 target : test-integration-rootless
118118 - ubuntu : 20.04
119- containerd : v1.7.1
119+ containerd : v1.7.3
120120 target : test-integration-rootless
121121 - ubuntu : 22.04
122- containerd : v1.7.1
122+ containerd : v1.7.3
123123 target : test-integration-rootless
124124 - ubuntu : 22.04
125125 containerd : main
126126 target : test-integration-rootless
127127 - ubuntu : 20.04
128- containerd : v1.6.21
128+ containerd : v1.6.22
129129 target : test-integration-rootless-port-slirp4netns
130130 - ubuntu : 20.04
131- containerd : v1.7.1
131+ containerd : v1.7.3
132132 target : test-integration-rootless-port-slirp4netns
133133 - ubuntu : 22.04
134- containerd : v1.7.1
134+ containerd : v1.7.3
135135 target : test-integration-rootless-port-slirp4netns
136136 - ubuntu : 22.04
137137 containerd : main
Original file line number Diff line number Diff line change 1818# TODO: verify commit hash
1919
2020# Basic deps
21- ARG CONTAINERD_VERSION=v1.7.1
22- ARG RUNC_VERSION=v1.1.7
21+ ARG CONTAINERD_VERSION=v1.7.3
22+ ARG RUNC_VERSION=v1.1.8
2323ARG CNI_PLUGINS_VERSION=v1.3.0
2424
2525# Extra deps: Build
@@ -37,7 +37,7 @@ ARG BYPASS4NETNS_VERSION=v0.3.0
3737ARG FUSE_OVERLAYFS_VERSION=v1.12
3838ARG CONTAINERD_FUSE_OVERLAYFS_VERSION=v1.0.6
3939# Extra deps: IPFS
40- ARG KUBO_VERSION=v0.20 .0
40+ ARG KUBO_VERSION=v0.21 .0
4141# Extra deps: Init
4242ARG TINI_VERSION=v0.19.0
4343# Extra deps: Debug
@@ -47,8 +47,8 @@ ARG BUILDG_VERSION=v0.4.1
4747ARG GO_VERSION=1.20
4848ARG UBUNTU_VERSION=22.04
4949ARG CONTAINERIZED_SYSTEMD_VERSION=v0.1.1
50- ARG GOTESTSUM_VERSION=v1.10.0
51- ARG NYDUS_VERSION=v2.2.1
50+ ARG GOTESTSUM_VERSION=v1.10.1
51+ ARG NYDUS_VERSION=v2.2.2
5252ARG SOCI_SNAPSHOTTER_VERSION=0.3.0
5353
5454FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.2.1 AS xx
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ # From https://github.com/ipfs/kubo/releases
2+ b1897919a4f6dd299d6c73dec8e4be98f986e4071eeffaefadf921f26e271c4e kubo_v0.21.0_linux-amd64.tar.gz
3+ 702af7aa5dc9117e9bc32b03d13bb872105b74d361f119ce15fdad689a4f1bce kubo_v0.21.0_linux-arm64.tar.gz
You can’t perform that action at this time.
0 commit comments