youki icon indicating copy to clipboard operation
youki copied to clipboard

A container runtime written in Rust

Results 190 youki issues
Sort by recently updated
recently updated
newest added

### Background In this issue https://github.com/opencontainers/runtime-spec/issues/1239 and PR https://github.com/opencontainers/runtime-spec/pull/1271 on [runtime-spec](https://github.com/opencontainers/runtime-spec), support for the `netdevices` field in the OCI specification is being added. ### Feature Request We are upgrading [oci-spec-rs](https://github.com/youki-dev/oci-spec-rs)...

enhancement
kind/feature

### Bug Description Just parroting what [was mentioned here](https://github.com/youki-dev/youki/pull/3174#issuecomment-2948103123) in the comments on my PR so that we don't lose track of it. I poked around the code a little...

kind/bug

## Description This was supposed to be fix for update command to work properly, but is incomplete, and probably needs a re-impl. Opened as ref PR for https://github.com/youki-dev/youki/issues/3178 ## Type...

### Bug Description See - https://github.com/youki-dev/youki/actions/runs/12028493866/job/33580623551?pr=2950 - https://github.com/youki-dev/youki/actions/runs/12226923714/job/34102996620?pr=3014 This is the first time I have seen rust oci tests failing at all. We need to validate what is the issue...

good first issue
kind/test
kind/bug

### Bug Description check https://docs.rs/crate/libcontainer/0.5.3/builds/1894029 It seems our docs.rs build is failing since 0.4.0 , so users cannot see the documentation. ### Steps to Reproduce https://docs.rs/crate/libcontainer/0.5.3/builds/1894029 ### Expectation _No response_...

kind/bug

Consider using lima for CI and other uses.

good first issue

As time passed, the code became more and more bloated. First, refactor container_init_process.rs to make it more readable.

### Bug Description I'm trying to use rootless youki / libcontainer on Gentoo with OpenRC as init system. At first, I just went ahead and built youki without the systemd...

kind/bug

The integration test for `linux_rootfs_propagation` is failing. Related: #3024 We run the following command: ``` just validate-contest-runc ``` And encounter the following errors. The test fails when `rootfs_propagation` is set...

Creating cgroups with cgroupfs as non-root is not possible. Before this change, we used to enforce systemd as a cgroup manager for all rootless containers, but that prevents the usage...