mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-16 22:39:01 +00:00
1fbeaec69e79291855bdf55cd96443e9f69f4105
`build-kernel_test.sh` builds the kernel when there are changes of it in a PR and then runs the whole CI tests. Now we are running all CI tests on all changes[1] (not only when there is a kernel change). This is making the CI to run all tests twice when there is a change in the kernel, so we need to remove the script. [1] https://github.com/kata-containers/packaging/pull/348 Fixes: #380. Signed-off-by: Salvador Fuentes <salvador.fuentes@intel.com>
Kata Containers packaging
Kata Containers currently supports packages for many distributions. Tooling to aid in creating these packages are contained within this repository.
In addition, Kata build artifacts are available within a container image, created by a Dockerfile. Reference daemonsets are provided in kata-deploy, which make installation of Kata Containers in a running Kubernetes Cluster very straightforward.
Description
Languages
Rust
58.4%
Go
24.4%
Shell
10%
RPC
5.3%
Makefile
1%
Other
0.8%