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 @@ -69,20 +69,20 @@ func defaultCPUType() CPUType {
69
69
}
70
70
71
71
func defaultContainerdArchives () []File {
72
- const nerdctlVersion = "1.7.6 "
72
+ const nerdctlVersion = "2.0.0-rc.0 "
73
73
location := func (goos string , goarch string ) string {
74
74
return "https://github.com/containerd/nerdctl/releases/download/v" + nerdctlVersion + "/nerdctl-full-" + nerdctlVersion + "-" + goos + "-" + goarch + ".tar.gz"
75
75
}
76
76
return []File {
77
77
{
78
78
Location : location ("linux" , "amd64" ),
79
79
Arch : X8664 ,
80
- Digest : "sha256:2c841e097fcfb5a1760bd354b3778cb695b44cd01f9f271c17507dc4a0b25606" ,
80
+ Digest : "" , // WIP
81
81
},
82
82
{
83
83
Location : location ("linux" , "arm64" ),
84
84
Arch : AARCH64 ,
85
- Digest : "sha256:77c747f09853ee3d229d77e8de0dd3c85622537d82be57433dc1fca4493bab95" ,
85
+ Digest : "" , // WIP
86
86
},
87
87
// No arm-v7
88
88
// No riscv64
You can’t perform that action at this time.
0 commit comments