diff --git a/finch.yaml b/finch.yaml index bec4c61fd..2493d128f 100644 --- a/finch.yaml +++ b/finch.yaml @@ -124,12 +124,15 @@ containerd: # Enable user-scoped (aka rootless) containerd and its dependencies # 🟢 Builtin default: true user: false -# # Override containerd archive -# # 🟢 Builtin default: hard-coded URL with hard-coded digest (see the output of `limactl info | jq .defaultTemplate.containerd.archives`) -# archives: -# - location: "~/Downloads/nerdctl-full-X.Y.Z-linux-amd64.tar.gz" -# arch: "x86_64" -# digest: "sha256:..." + # Override containerd archive + # 🟢 Builtin default: hard-coded URL with hard-coded digest (see the output of `limactl info | jq .defaultTemplate.containerd.archives`) + archives: + - location: "https://deps.runfinch.com/x86-64/nerdctl-full-1.7.2-linux-amd64.tar.gz" + arch: "x86_64" + digest: "sha256:90851068e58417551384dafb3fced8165cbfa2799b51849f85f44c0ebef2c37a" + - location: "https://deps.runfinch.com/aarch64/nerdctl-full-1.7.2-linux-arm64.tar.gz" + arch: "aarch64" + digest: "sha256:f354541e6234235f2ea32d6ed64e9d59a7cc4e0b7f15e63deef9cd5e90a298ef" # Provisioning scripts need to be idempotent because they might be called # multiple times, e.g. when the host VM is being restarted.