Skip to content

Commit 4a91aa2

Browse files
committed
[WIP] nerdctl: update to v2.0.0 (rc)
Signed-off-by: Akihiro Suda <[email protected]>
1 parent d470f8b commit 4a91aa2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkg/limayaml/defaults.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -69,20 +69,20 @@ func defaultCPUType() CPUType {
6969
}
7070

7171
func 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

0 commit comments

Comments
 (0)