Go to file
Wainer dos Santos Moschetta 14b18b55be packaging/qemu: Delete the temporary container
It is used a temporary container to pull the QEMU tarball out
of the build image, but this container is never deleted. This
will ensure it gets deleted after its execution.

Fixes #1168

Signed-off-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
2021-01-13 15:50:56 +08:00
.github/workflows snap: fix snap release channel 2020-12-08 09:33:32 -06:00
ci ci: fix clone_tests_repo function 2020-10-06 17:54:13 -07:00
docs docs: fix spell check 2020-11-26 10:11:36 -06:00
pkg/logging rust-agent: Remove unused functions 2020-10-18 00:40:16 +08:00
snap snap: add GH actions jobs to release the snap package 2020-11-27 11:04:45 -06:00
src trace-forwarder: Add void "install" target 2021-01-13 15:47:52 +08:00
tools packaging/qemu: Delete the temporary container 2021-01-13 15:50:56 +08:00
utils docs: Add containerd install guide 2020-10-18 00:40:16 +08:00
.gitignore agent/protocols: Ignore generated files and remove these files from repo 2020-11-26 14:55:26 -06:00
.travis.yml travis: skip static checker for ppc64 2020-10-06 17:54:13 -07:00
CODE_OF_CONDUCT.md docs: Add contributing and code of conduct docs 2018-02-06 10:41:09 +00:00
CODEOWNERS docs: fix static check errors 2020-10-06 17:54:13 -07:00
CONTRIBUTING.md docs: Add contributing and code of conduct docs 2018-02-06 10:41:09 +00:00
LICENSE Initial commit 2017-12-06 23:01:13 -06:00
Makefile Makefile: add default rule 2020-06-27 20:16:53 -07:00
README.md docs: Update Readme to remove hypervisor information 2020-10-19 16:39:56 -07:00
utils.mk build: Improve top-level Makefile 2020-06-25 11:19:12 +01:00
VERSION release: Kata Containers 2.0.0 2020-10-19 06:18:08 +00:00
versions.yaml kernel: update to 5.4.71 2020-10-18 00:43:15 +08:00

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:

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.