Skip to content

Commit df10f7a

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: pkg/limayaml/defaults.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,20 +38,20 @@ const (
3838
)
3939

4040
func defaultContainerdArchives() []File {
41-
const nerdctlVersion = "1.7.3"
41+
const nerdctlVersion = "2.0.0-beta.0"
4242
location := func(goos string, goarch string) string {
4343
return "https://github.com/containerd/nerdctl/releases/download/v" + nerdctlVersion + "/nerdctl-full-" + nerdctlVersion + "-" + goos + "-" + goarch + ".tar.gz"
4444
}
4545
return []File{
4646
{
4747
Location: location("linux", "amd64"),
4848
Arch: X8664,
49-
Digest: "sha256:f373aab78f04379557285590ee60ed953d12c9a60e08a52ba159004cf5e3d212",
49+
Digest: "", // WIP
5050
},
5151
{
5252
Location: location("linux", "arm64"),
5353
Arch: AARCH64,
54-
Digest: "sha256:4bf3e05c7203a1b86c84a506d022f7f4d2727143c8031cd5e4b78ef03f0fdcda",
54+
Digest: "", // WIP
5555
},
5656
// No arm-v7
5757
// No riscv64

0 commit comments

Comments
 (0)