kata-containers/tools/packaging
Fabiano Fidêncio 5b0d0687e5
packaging: agent: Allow building in all arches
We're moving away from alpine and using ubuntu in order to be able to
build the agent for all the architectures we need.

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
2024-01-25 19:41:32 +01:00
..
guest-image local-build: add support for key verification for IBM Secure Execution 2023-12-07 20:05:40 +01:00
kata-debug packaging/tools: Add kata-debug 2023-07-21 14:05:30 +02:00
kata-deploy packaging: agent: Allow building in all arches 2024-01-25 19:41:32 +01:00
kata-monitor kata-monitor: fix Dockerfile to build image 2023-12-26 15:11:13 +08:00
kernel gpu: Add NVIDIA GPU Confidential kernel target 2024-01-22 14:58:57 +00:00
qemu packaging: qemu: Simplify "--disable-virtiofsd" logic 2024-01-09 14:35:45 -03:00
release release: Migrate tag_repos.sh to GitHub CLI 2023-10-31 15:11:28 +01:00
scripts packaging: agent: Add the arch to the builder container 2024-01-25 14:11:14 +01:00
static-build packaging: agent: Allow building in all arches 2024-01-25 19:41:32 +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.