#3690·youki

yuki 和 runc 之间的区别,用于 cgroupfs + 无根容器(The rootless-podman-test 失败)

作者: saku3创建于 2026年8月15日更新于 2026年9月11日

The rootless-podman-test is failing. The logs are as follows: https://GitHub.com/youki-dev/youki/actions/runs/31830687220/job/94866205275 <details> <summary>Logs</summary> Run just test-rootless-podman /home/runner/work/youki/youki/tests/rootless-tests/run.sh /home/runner/work/youki/youki/youki + runtime=/home/runner/work/youki/youki/youki + podman rm --force --ignore create-test + podman create --runtime /home/runner/work/youki/youki/youki --name create-test hello-world Resolved "hello-world" as an alias (/etc/containers/registries.conf.d/shortnames.conf) Trying to pull Docker.io/library/hello-world:latest... Getting image source signatures Copying blob sha256:4f55086f7dd096d48b0e49be066971a8ed996521c2e190aa21b2435a847198b4 Copying config sha256:e2ac70e7319a02c5a477f5825259bd118b94e8b02c279c67afa63adab6d8685b Writing manifest to image destination eb23523f1ebede4bf69ad0d90324eb42b298c9c21b0eeea8d9fff2c97d3fb21a + podman start -a create-test + log= Hello from Docker! This message shows that your installation appears to be working correctly. To generate this message, Docker took the following steps: 1. The Docker client contacted the Docker daemon. 2. The Docker daemon pulled the "hello-world" image from the Docker Hub. (amd64) 3. The Docker daemon created a new container from that image which runs the executable that produces the output you are currently reading. 4. The Docker daemon streamed that output to the Docker client, which sent it to your terminal. To try something more ambitious, you can run an Ubuntu container with: $ Docker run -it ubuntu bash Share images, automate workflows, and more with a free Docker ID: https://hub.Docker.com/ For more examples and ideas, visit: https://docs.Docker.com/get-started/ + echo Hello from Docker! This message shows that your installation appears to be working correctly. To generate this message, Docker took the following steps: 1. The Docker+ grep This message shows that your installation appears to be working correctly client contacted the Docker daemon. 2. The Docker daemon pulled the "hello-world" image from the Docker Hub. (amd64) 3. The Docker daemon created a new container from that image which runs the executable that produces the output you are currently reading. 4. The Docker daemon streamed that output to the Docker client, which sent it to your terminal. To try something more ambitious, you can run an Ubuntu container with: $ Docker run -it ubuntu bash Share images, automate workflows, and more with a free Docker ID: https://hub.Docker.com/ For more examples and ideas, visit: https://docs.Docker.com/get-started/ + podman rm --force --ignore create-test Hello from Docker! This message shows that your installation appears to be working correctly. To generate this message, Docker took the following steps: 1. The Docker client contacted the Docker daemon. 2. The Docker daemon pulled the "hello-world" image from the Docker Hub. (amd64) 3. The Docker daemon created

内容来源: youki-dev/youki