Hiroyuki Moriya
Hiroyuki Moriya
# background In this PR https://github.com/containers/youki/pull/2688, it was found that the implementation of linux mount label is different between runc and youki. > I have some question regarding the MountLabel...
Created linux_mount_label integration test. Referred this linux_mount_label test. https://github.com/opencontainers/runtime-tools/tree/master/validation/linux_mount_label #361
This is not a issue, just an advertisement of my OSS [kube-promptfoo-controller](https://github.com/Gekko0114/kube-promptfoo-controller). [Promptfoo](https://promptfoo.dev/) is a very useful CLI and library for evaluating LLM output quality. However, when using the openAI...
**What happened**: There might be several issues. 1 `testdata` action might not fail because there is no command checking if the PR includes all wasm files, like `git diff --exit-code`....
This is an experimental crate. I'll implement a selinux crate step-by-step. When it is mature, I'll move it under the 'crate/' and use it. ref: #2718
This is an experimental crate. I'll implement a selinux crate step-by-step. In this PR, I implemented functions related to xattr. ref: https://github.com/containers/youki/issues/2718 https://github.com/containers/youki/pull/2800
### Bug Description When I run `vagrant up`, following error happens. I think this is due to `Vagrantfile` because `Vagrantfile.containerd2youki` can be executed. ``` Bringing machine 'default' up with 'virtualbox'...
### Description of the bug: I can't run the method `upload_file` with a google cloud credential. I would like to `upload file` using json key. However, I can't upload file...
#### What type of PR is this? /kind feature #### What this PR does / why we need it: Implement new metrics `goroutines_duration_seconds` and `goroutines_execution_total` for async preemption. #### Which...
The implementation of mounting differs between Youki and runc. https://github.com/containers/youki/issues/2718 Therefore, we want to modify Youki to adopt runc's mounting logic. As the first step, I've created a new method...