File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,20 +38,20 @@ const (
38
38
)
39
39
40
40
func defaultContainerdArchives () []File {
41
- const nerdctlVersion = "1.7.3 "
41
+ const nerdctlVersion = "2.0.0-beta.0 "
42
42
location := func (goos string , goarch string ) string {
43
43
return "https://github.com/containerd/nerdctl/releases/download/v" + nerdctlVersion + "/nerdctl-full-" + nerdctlVersion + "-" + goos + "-" + goarch + ".tar.gz"
44
44
}
45
45
return []File {
46
46
{
47
47
Location : location ("linux" , "amd64" ),
48
48
Arch : X8664 ,
49
- Digest : "sha256:f373aab78f04379557285590ee60ed953d12c9a60e08a52ba159004cf5e3d212" ,
49
+ Digest : "" , // WIP
50
50
},
51
51
{
52
52
Location : location ("linux" , "arm64" ),
53
53
Arch : AARCH64 ,
54
- Digest : "sha256:4bf3e05c7203a1b86c84a506d022f7f4d2727143c8031cd5e4b78ef03f0fdcda" ,
54
+ Digest : "" , // WIP
55
55
},
56
56
// No arm-v7
57
57
// No riscv64
You can’t perform that action at this time.
0 commit comments