- volume cleanup, RO blk device support - Backport to stable-2.0 branch - [stable 2.0] backport VFIO fixes - [backport] snap: fix snap release channel - [backport] snap: add GH actions jobs to release the snap package - backport fixes to stable-2.0.0 - Backport: Backport doc changes from 2.0 deve4cea92ablk-dev: hotplug readonly if applicable0590feddvolumes: cleanup / minor refactoring6b666899vendor: revendor govmm from intel to kata-containers65ae1271runtime: clh: update cloud-hypervisor9bc6fe6cruntime: clh: disable virtiofs DAX when FS cache size is 0349d496fversions: Update cloud-hypervisor to release v0.11.060050264rootfs: Fix indentation inside a switch91b43a99rootfs: apparmor=unconfined is needed for non Red Hat host OSes2478b8f4rootfs: Always add SYS_ADMIN, CHROOT, and MKNOD caps to docker cmdline499aa24drootfs: Don't fallthrough in the docker_extra_args() switch1edb7fe7rustjail: fix the issue of sync read607a892frustjail: fix the issue of bind mount /dev26f176e2rustjail: allow network sysctls3306195fagent: Avoid container stats panic caused by cgroup controller non-exista7568b52agent: Clean up commented use declarationse6d68349agent: Fix temp prefix on Namespace::test_setup_persistent_ns1f943bd6agent: Return error on trying to persist a pid namespace9a41d09fshimv2: Avoid double removing of container from sandbox8fdb85e0jail/validator: avoid unwrap() for safety49516ef6rustjail: add more context info for errors21fad464oci: fix two incompatible issues with OCI specb745e5ffagent: consume ttrpc crate from crates.io40316f68qemu: no state to save if QEMU isn't running35b619ffoci: fix a typo in "addtionalGids"662e8db5agent/sandbox: Don't update cpuset when ncpus = 09117dd40runtime/network: Fix error reporting in listRoutes()fce14f36runtime/network: Correct error reporting in listInterfaces()0fd70f7erootfs-builder: add support for gentoo4727a9c3rootfs: reduce size of debian image7ab8f62druntime: Allow to overwrite DESTDIR7e92833bpackaging: Make qemu/apply_patches.sh common14b18b55packaging/qemu: Delete the temporary container1dde0de1packaging/qemu: Build and package completely in the containerd4c1b768packaging/qemu: Add QEMU_DESTDIR argument to dockerfiles3c36ce81rootfs-builder: add functions to run before and after the containerc9d4e2c4agent-ctl: Add void "install" target5fadc5fctrace-forwarder: Add void "install" target5f887506snap: fix snap release channel7526ee93snap: add GH actions jobs to release the snap package21ed9dc2agent: update proto file copyright5f1520bdagent: generate proto files properlye30bd673agent-ctl: update cargo.lock78df4a0cruntime: remove the unused proto files7daf9cffagent: move gogo.proto out of the github.com namespance293be9d0agent: types.pb.go is not regenerated84e1a34fagent/protocols: Move agent.proto out of the mock folder of agentcf56307eagent/protocols: Fix copyright header checking359f76d2agent/protocols: Stop generate agent proto files in the shellscriptca8f1399agent/protocols: Ignore generated files and remove these files from repo0bb559a4agent/protocols: Generate proto files programmatically4ca4412fdocs: fix spell check3d80c848docs: Update how-to Readme with hypervisor information.f0fdc8e1docs: Update Readme to remove hypervisor informatione53645ecdocs: Remove docs for nemu Signed-off-by: Eric Ernst <eric_ernst@apple.com>
Kata Containers
Welcome to Kata Containers!
The purpose of this repository is to act as a "top level" site for the project. Specifically it is used:
-
To provide a list of the various other Kata Containers repositories, along with a brief explanation of their purpose.
-
To provide a general area for Raising Issues.
Raising issues
This repository is used for raising issues:
-
That might affect multiple code repositories.
-
Where the raiser is unsure which repositories are affected.
Note:
- If an issue affects only a single component, it should be raised in that components repository.
Kata Containers repositories
CI
The CI repository stores the Continuous Integration (CI) system configuration information.
Community
The Community repository is the first place to go if you want to use or contribute to the project.
Code Repositories
Kata Containers-developed components
Agent
The kata-agent runs inside the
virtual machine and sets up the container environment.
KSM throttler
The kata-ksm-throttler
is an optional utility that monitors containers and deduplicates memory to
maximize container density on a host.
Runtime
The kata-runtime is usually
invoked by a container manager and provides high-level verbs to manage
containers.
Trace forwarder
The kata-trace-forwarder is a component only used
when tracing the agent process.
Additional
Kernel
The hypervisor uses a Linux* kernel to boot the guest image.
Documentation
The docs directory holds documentation common to all code components.
Packaging
We use the packaging to create packages for the system components including rootfs and kernel images.
Test code
The tests repository hosts all test code except the unit testing code (which is kept in the same repository as the component it tests).
Utilities
OS builder
The osbuilder tool can create a rootfs and a "mini O/S" image. This image is used by the hypervisor to setup the environment before switching to the workload.
kata-agent-ctl
kata-agent-ctl is a low-level test tool for
interacting with the agent.
Web content
The www.katacontainers.io repository contains all sources for the https://www.katacontainers.io site.
Credits
Kata Containers uses packagecloud for package hosting.