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

## Description This PR fixes a CI workflow for testing the compatibility between Podman and Youki as an OCI runtime. The workflow now uses a Fedora VM via Lima to...

kind/test

### Bug Description The popular GitHub Action tj-actions/changed-files has been compromised in a supply chain attack. This action is currently used in our repository workflows, specifically in `basic.yml` and `integration_tests_validation.yaml`....

kind/bug

Previously, the mount label was formatted without using the SELinux library. However, since the SELinux library was implemented in Rust, we can use it for formatting the mount label. Therefore,...

kind/feature

Note: this is not ready for merge (no tests, no exposure via cli, not signed off) but I've been carrying/using the branch for a while and thought I'd make a...

wontfix

This implements the linux_cgroups_devices validation in https://github.com/youki-dev/youki/issues/361

kind/test

Hello team, I'm the maintainer of [Anteon](https://github.com/getanteon/anteon). We have created Gurubase.io with the mission of building a centralized, open-source tool-focused knowledge base. Essentially, each "guru" is equipped with custom knowledge...

### Background NA ### Feature Request We are upgrading procfs from 0.16.0 to 0.17.0 in https://github.com/youki-dev/youki/pull/2948 . From the changelog, it has several interesting upgrades, specifically code to parse /dev/devices...

enhancement
good first issue
looking-for-help

## Context Using `libcontainer` as a library requires some care, as shown in #3011 and #2425. This is mainly related to the safety of executing code after cloning the process....