Skip to content

Commit f677e2e

Browse files
authored
fix: temporarily switch to our own nerdctl-full bundle with patched runc and buildkit (runfinch#783)
Issue #, if available: *Description of changes:* - Temporarily deviate from nerdctl's default nerdctl-full bundle in order to patch runc and buildkit (for more info [see](https://snyk.io/blog/leaky-vessels-docker-runc-container-breakout-vulnerabilities/)) *Testing done:* - Verified new versions locally - [x] I've reviewed the guidance in CONTRIBUTING.md #### License Acceptance By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. Signed-off-by: Justin Alvarez <[email protected]>
1 parent 63894d1 commit f677e2e

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

Diff for: finch.yaml

+9-6
Original file line numberDiff line numberDiff line change
@@ -124,12 +124,15 @@ containerd:
124124
# Enable user-scoped (aka rootless) containerd and its dependencies
125125
# 🟢 Builtin default: true
126126
user: false
127-
# # Override containerd archive
128-
# # 🟢 Builtin default: hard-coded URL with hard-coded digest (see the output of `limactl info | jq .defaultTemplate.containerd.archives`)
129-
# archives:
130-
# - location: "~/Downloads/nerdctl-full-X.Y.Z-linux-amd64.tar.gz"
131-
# arch: "x86_64"
132-
# digest: "sha256:..."
127+
# Override containerd archive
128+
# 🟢 Builtin default: hard-coded URL with hard-coded digest (see the output of `limactl info | jq .defaultTemplate.containerd.archives`)
129+
archives:
130+
- location: "https://deps.runfinch.com/x86-64/nerdctl-full-1.7.2-1-linux-amd64.tar.gz"
131+
arch: "x86_64"
132+
digest: "sha256:90851068e58417551384dafb3fced8165cbfa2799b51849f85f44c0ebef2c37a"
133+
- location: "https://deps.runfinch.com/aarch64/nerdctl-full-1.7.2-1-linux-arm64.tar.gz"
134+
arch: "aarch64"
135+
digest: "sha256:f354541e6234235f2ea32d6ed64e9d59a7cc4e0b7f15e63deef9cd5e90a298ef"
133136

134137
# Provisioning scripts need to be idempotent because they might be called
135138
# multiple times, e.g. when the host VM is being restarted.

0 commit comments

Comments
 (0)