kata-containers/tools/packaging
Alexandru Matei bfd1ce30e1 kernel: Fix vsock packets drop when the vsock driver starts
The virtio vsock driver has a small window during initialization
where it can silently drop replies to connection requests.
Because no reply is sent, kata waits for 10 seconds and in the
end it generates a connection timeout error in HybridVSockDialer.

Fixes: #8291

Signed-off-by: Alexandru Matei <alexandru.matei@uipath.com>
2023-11-14 11:02:52 +02:00
..
guest-image tests: add policy to k8s tests 2023-09-01 14:28:08 +00:00
kata-debug packaging/tools: Add kata-debug 2023-07-21 14:05:30 +02:00
kata-deploy tests: k8s: Use the "ALLOWED_HYPERVISOR_ANNOTATIONS" 2023-11-09 13:42:31 +01:00
kata-monitor tools/packaging: add copyright to kata-monitor's Dockerfile 2021-12-21 10:01:11 -05:00
kernel kernel: Fix vsock packets drop when the vsock driver starts 2023-11-14 11:02:52 +02:00
qemu versions: tdx: Update QEMU to v7.2 + TDX v1.10 2023-08-28 13:11:27 +02:00
release release: Migrate tag_repos.sh to GitHub CLI 2023-10-31 15:11:28 +01:00
scripts release: Drop build_hub helper 2023-10-31 15:28:57 +01:00
static-build packaging: tools: Remove set -x leftover 2023-10-03 15:33:55 +02:00
.gitignore packaging: Remove snap package 2023-06-12 09:24:09 +01:00
artifact-list.sh scripts: Use shebang /usr/bin/env bash 2022-01-13 22:53:28 +01:00
CODEOWNERS packaging: merge packaging repository 2020-06-23 22:58:18 -07:00
Makefile packaging: Remove snap package 2023-06-12 09:24:09 +01:00
README.md packaging: Remove snap package 2023-06-12 09:24:09 +01:00

Kata Containers packaging

Introduction

Kata Containers currently supports packages for many distributions. Tooling to aid in creating these packages are contained within this repository.

Build in a container

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.

Build static binaries

See the static build documentation.

Build Kata Containers Kernel

See the kernel documentation.

Build QEMU

See the QEMU documentation.

Create a Kata Containers release

See the release documentation.

Packaging scripts

See the scripts documentation.

Credits

Kata Containers packaging uses packagecloud for package hosting.