crun
crun copied to clipboard
A fast and lightweight fully featured OCI runtime and C library for running containers
This patch addresses the issue where the `setns mnt: Bad file descriptor` error can occur during namespace restoration, specifically with the mount namespace (CLONE_NEWNS). The error arises when crun attempts...
This change handles device paths with trailing slashes correctly. It address the following issue when we use `crun` as the default container runtime: ```sh Error: container create failed: mknod `/mnt/`:...
Second argument given to crun_make_error() is negative here https://github.com/containers/crun/blob/7e362800312c5f36a8abaafb27205407024c4ffc/src/libcrun/linux.c#L5540-L5542 Usually the argument is zero or positive
This should fix the wrong dlopen search path mentioned in https://github.com/cri-o/cri-o/issues/8518
Part of https://github.com/containers/crun/issues/1525
I think it's awesome that crun is able to log to journald using `--log=journald:IDENTIFIER`. Right now, it looks like that the project only logs warnings and errors occasionally: ``` >...
This CRI-O test fails: https://github.com/cri-o/cri-o/blob/73b6f0dbc6d/test/ctr.bats#L790-L799 ```bats @test "ctr create with non-existent command [tty]" { start_crio pod_id=$(crictl runp "$TESTDATA"/sandbox_config.json) jq ' .command = ["nonexistent"] | .tty = true' \ "$TESTDATA"/container_config.json >...
preview, not yet fully developed
Packit failed on creating pull-requests in dist-git (https://gitlab.com/redhat/centos-stream/rpms/crun.git): | dist-git branch | error | | --------------- | ----- | | `c10s` | See https://dashboard.packit.dev/results/propose-downstream/10146 | You can retrigger the update...
Packit failed on creating pull-requests in dist-git (https://gitlab.com/redhat/centos-stream/rpms/crun.git): | dist-git branch | error | | --------------- | ----- | | `c10s` | See https://dashboard.packit.dev/results/propose-downstream/9966 | You can retrigger the update...