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 @@ -69,20 +69,20 @@ func defaultCPUType() CPUType {
6969}
7070
7171func defaultContainerdArchives () []File {
72- const nerdctlVersion = "1.7.6 "
72+ const nerdctlVersion = "2.0.0-rc.0 "
7373 location := func (goos string , goarch string ) string {
7474 return "https://github.com/containerd/nerdctl/releases/download/v" + nerdctlVersion + "/nerdctl-full-" + nerdctlVersion + "-" + goos + "-" + goarch + ".tar.gz"
7575 }
7676 return []File {
7777 {
7878 Location : location ("linux" , "amd64" ),
7979 Arch : X8664 ,
80- Digest : "sha256:2c841e097fcfb5a1760bd354b3778cb695b44cd01f9f271c17507dc4a0b25606" ,
80+ Digest : "" , // WIP
8181 },
8282 {
8383 Location : location ("linux" , "arm64" ),
8484 Arch : AARCH64 ,
85- Digest : "sha256:77c747f09853ee3d229d77e8de0dd3c85622537d82be57433dc1fca4493bab95" ,
85+ Digest : "" , // WIP
8686 },
8787 // No arm-v7
8888 // No riscv64
You can’t perform that action at this time.
0 commit comments