Skip to content

Commit

Permalink
Merge pull request #1 from kate-goldenring/task-termination-patch
Browse files Browse the repository at this point in the history
Use versions of runwasi and containerd to enable appropriate pod termination
  • Loading branch information
kate-goldenring authored Mar 18, 2024
2 parents c0af18c + 3a4c48d commit 5fc7c20
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 14 deletions.
41 changes: 29 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions containerd-shim-spin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Containerd shim for running Spin workloads.
"""

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

0 comments on commit 5fc7c20

Please sign in to comment.