mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-18 23:39:30 +00:00
195b5744ea49a4abe73e67c6f81906179136198f
As we had dicussed in issue#140: https://github.com/kata-containers/documentation/issues/140 We have normalized output for x86_64, arm64 and ppc64. And James had implemented a kata-arch.sh in tests/.ci : https://github.com/kata-containers/tests/blob/master/.ci/kata-arch.sh But in build-kernel.sh the setup-kernel function had used the "uname -m" output as target-arch directly, this will cause the following scripts can't find kernel config files. Fixed #111 Signed-off-by: Wei Chen <wei.chen@arm.com> Signed-off-by: Penny Zheng <penny.zheng@arm.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%