kata-containers/tools/packaging
Fabiano Fidêncio f19c8cbd02
build: cache: Ensure shim-v2-root_hash.txt is in "${workdir}"
All the oras push logic happens from inside `${workdir}`, while the
root_hash.txt extraction and renaming was not taking this into
consideration.

This was not caught during the manually triggered runs as those do not
perform the oras push.

Signed-off-by: Fabiano Fidêncio <fabiano@fidencio.org>
2024-10-28 15:17:16 +01:00
..
guest-image local-build: Fix unbound variable for lib_se.sh 2024-09-17 10:01:14 +02:00
kata-debug packaging/tools: Add kata-debug 2023-07-21 14:05:30 +02:00
kata-deploy build: cache: Ensure shim-v2-root_hash.txt is in "${workdir}" 2024-10-28 15:17:16 +01:00
kata-monitor kata-monitor: fix Dockerfile to build image 2023-12-26 15:11:13 +08:00
kernel packaging: Remove unused variable in build kernel script 2024-10-09 20:02:56 +00:00
qemu qemu: upgrade to 8.2.4 2024-06-13 10:19:42 -05:00
release Revert "ci: Temporarily remove arm64 builds" 2024-08-02 13:53:50 +02:00
scripts tools: Support for building qemu with linux aio 2024-08-06 14:30:45 +08:00
static-build build: shim-v2: Rebuild if root_hashes do not match 2024-10-28 12:43:53 +01:00
.gitignore packaging: Remove snap package 2023-06-12 09:24:09 +01:00
artifact-list.sh
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.