Skip to content

Commit 5fc7c20

Browse files
Merge pull request #1 from kate-goldenring/task-termination-patch
Use versions of runwasi and containerd to enable appropriate pod termination
2 parents c0af18c + 3a4c48d commit 5fc7c20

File tree

2 files changed

+31
-14
lines changed

2 files changed

+31
-14
lines changed

Cargo.lock

+29-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

containerd-shim-spin/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Containerd shim for running Spin workloads.
1111
"""
1212

1313
[dependencies]
14-
containerd-shim-wasm = { git = "https://github.com/containerd/runwasi", rev = "064baf38c7b7de64c253a50115b3f7e921f28817" }
15-
containerd-shim = "0.6.0"
14+
containerd-shim-wasm = { git = "https://github.com/kate-goldenring/runwasi", branch = "cgroups-patch" }
15+
containerd-shim = { git = "https://github.com/Mossaka/rust-extensions-fork", branch = "rewrite_get_cgroups" }
1616
log = "0.4"
1717
spin-app = { git = "https://github.com/fermyon/spin", tag = "v2.3.1" }
1818
spin-core = { git = "https://github.com/fermyon/spin", tag = "v2.3.1" }

0 commit comments

Comments
 (0)