kata-containers/tools/packaging
Zvonko Kaiser 07d2b00863 qemu: Fix aarch64 build
Building static binaries for aarch64 requires disabling PIE
We get an GOT overflow and the OS libraries are only build with fpic
and not with fPIC which enables unlimited sized GOT tables.

Signed-off-by: Zvonko Kaiser <zkaiser@nvidia.com>
2024-12-18 03:26:14 +00:00
..
guest-image gpu: Add VARIANT to the initrd and image build 2024-11-01 18:34:13 +00:00
kata-debug packaging/tools: Add kata-debug 2023-07-21 14:05:30 +02:00
kata-deploy release: Bump version to 3.12.0 2024-12-16 18:41:51 +00:00
kata-monitor kata-monitor: fix Dockerfile to build image 2023-12-26 15:11:13 +08:00
kernel kernel: add CONFIG_KEYS=y to enable kernel keyring 2024-11-15 09:30:06 +01:00
qemu qemu: Bump version, new options, add no_patches 2024-12-11 16:32:39 +00:00
release release: helm: Add the chart as part of the release 2024-12-06 11:19:34 +01:00
scripts qemu: Fix aarch64 build 2024-12-18 03:26:14 +00:00
static-build Merge pull request #10492 from zvonkok/upgrade-qemu-9.1.0 2024-12-12 08:15:39 +01: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
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.