File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,20 +39,20 @@ const (
3939var IPv4loopback1 = net .IPv4 (127 , 0 , 0 , 1 )
4040
4141func defaultContainerdArchives () []File {
42- const nerdctlVersion = "1.7.5 "
42+ const nerdctlVersion = "2.0.0-beta.4 "
4343 location := func (goos string , goarch string ) string {
4444 return "https://github.com/containerd/nerdctl/releases/download/v" + nerdctlVersion + "/nerdctl-full-" + nerdctlVersion + "-" + goos + "-" + goarch + ".tar.gz"
4545 }
4646 return []File {
4747 {
4848 Location : location ("linux" , "amd64" ),
4949 Arch : X8664 ,
50- Digest : "sha256:adb246a4ef15b8f3d7eed4c6b61173014a6cf343e43ad95eae2087b454dcae5d" ,
50+ Digest : "" , // WIP
5151 },
5252 {
5353 Location : location ("linux" , "arm64" ),
5454 Arch : AARCH64 ,
55- Digest : "sha256:ff38142440b4705e12782b7a71074849e712a42ccb69a11306343a8d9f81d8ab" ,
55+ Digest : "" , // WIP
5656 },
5757 // No arm-v7
5858 // No riscv64
You can’t perform that action at this time.
0 commit comments