mirror of
https://github.com/containers/youki
synced 2024-11-22 17:02:00 +01:00
601df9ecd3
* Set cgroups path for tenant containers from main container Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com> * Ignore new_user_ns for creating cgroups path Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com> * Remove user_ns param completely Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com> * Add tests in podman rootless for exec Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com> * Fix add_task implementation for cgroups v2 and systemd Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com> * minor refactor in tenant builder Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com> * Add unit test for systemd add_task function Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com> * Fix task addition to properly add tasks via dbus api Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com> * Fix cross cotainers for tests running Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com> --------- Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com>
16 lines
380 B
INI
16 lines
380 B
INI
[build]
|
|
default-target = "x86_64-unknown-linux-gnu"
|
|
env.passthrough = ["XDG_RUNTIME_DIR"]
|
|
|
|
[target.aarch64-unknown-linux-gnu]
|
|
dockerfile = "cross/Dockerfile.gnu"
|
|
|
|
[target.x86_64-unknown-linux-gnu]
|
|
dockerfile = "cross/Dockerfile.gnu"
|
|
|
|
[target.aarch64-unknown-linux-musl]
|
|
dockerfile = "cross/Dockerfile.musl"
|
|
|
|
[target.x86_64-unknown-linux-musl]
|
|
dockerfile = "cross/Dockerfile.musl"
|