youki
youki copied to clipboard
A container runtime written in Rust
Bumps [iana-time-zone](https://github.com/strawlab/iana-time-zone) from 0.1.41 to 0.1.44. Commits fe425a8 release 0.1.44 2090e32 Merge pull request #49 from Kijewski/pr-rel-link 5073000 release 0.1.43 aa7f46f Merge pull request #50 from Kijewski/pr-core-foundation-sys bf6177d Use core-foundation-sys...
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.127 to 0.2.131. Release notes Sourced from libc's releases. 0.2.130 What's Changed Bump to 0.2.130 by @teamplayer3 in rust-lang/libc#2868 New Contributors @teamplayer3 made their first contribution in...
Bumps [memmap2](https://github.com/RazrFalcon/memmap2-rs) from 0.5.5 to 0.5.6. Changelog Sourced from memmap2's changelog. [0.5.6] - 2022-08-11 Added Memory locking and unlocking. See Mmap::lock, Mmap::unlock, MmapMut::lock and MmapMut::unlock. @vmx Commits c7dd140 Version bump....
Bumps [serial_test](https://github.com/palfrey/serial_test) from 0.8.0 to 0.9.0. Release notes Sourced from serial_test's releases. v0.9.0 What's Changed Move rustversion declaration to a dev-dependency by @complexspaces in palfrey/serial_test#69 Improved "all combinations of features"...
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.60 to 1.0.61. Release notes Sourced from anyhow's releases. 1.0.61 Work around rust-analyzer builds poisoning all subsequent command-line cargo builds (#252) Commits d2c83e2 Release 1.0.61 6e6af39 Merge...
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.142 to 1.0.143. Release notes Sourced from serde's releases. v1.0.143 Invert build.rs cfgs in serde_test to produce the most modern configuration in the default case (#2253, thanks...
Bumps [caps](https://github.com/lucab/caps-rs) from 0.5.3 to 0.5.4. Release notes Sourced from caps's releases. v0.5.4 Changes: Remove dependency on errno crate in favor of std functions Commits 6e61e63 cargo: caps release 0.5.4...
Description 1. When I use youki to create a container, I got an error of "[WARN crates/libcontainer/src/process/container_init_process.rs:90] 2022-08-05T07:09:54.215862570+00:00 masked path "/proc/timer_stats" not exist" AND "Error: failed to create container" 2....
Fix: https://github.com/containers/youki/issues/953
As per #56 , we are porting the OCI validation tests into rust. This is the tracking issue for the same. The folder /youki_integration_test contains the currently implemented tests which...