Skip to content

Commit

Permalink
chore: bump youki libcontainer to v0.3.3
Browse files Browse the repository at this point in the history
this will grab the latest changes that remove the `chdir` syscall and hugely improve the start up performance of the shims

Signed-off-by: jiaxiao zhou <[email protected]>
  • Loading branch information
Mossaka committed May 22, 2024
1 parent 238c0c8 commit 80d0103
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 39 deletions.
83 changes: 45 additions & 38 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ oci-tar-builder = { path = "crates/oci-tar-builder", version = "0.4.0" }
crossbeam = { version = "0.8.4", default-features = false }
env_logger = "0.10"
libc = "0.2.154"
libcontainer = { version = "0.3.2", default-features = false }
libcontainer = { version = "0.3.3", default-features = false }
log = "0.4"
nix = "0.28"
oci-spec = { version = "0.6.4", features = ["runtime"] }
Expand Down

0 comments on commit 80d0103

Please sign in to comment.