kata-containers/tools/packaging
stevenhorsman 9d9487b17f ci: cache: Fix unbound variable
Now we have the workflow updated and can test the changes in caching
we've hit an error:
```
line 1180: artefact_tag: unbound variable
```
so we need to fix that up. Sorry for missing this before.

Signed-off-by: stevenhorsman <steven@uk.ibm.com>
2024-05-16 14:30:32 +01:00
..
guest-image Revert "rootfs: Make OPA build working in docker for s390x and ppc64le" 2024-04-26 18:51:27 +02:00
kata-debug packaging/tools: Add kata-debug 2023-07-21 14:05:30 +02:00
kata-deploy ci: cache: Fix unbound variable 2024-05-16 14:30:32 +01:00
kata-monitor kata-monitor: fix Dockerfile to build image 2023-12-26 15:11:13 +08:00
kernel deploy: Fix wrong pushing of artifacts 2024-05-10 14:08:32 +00:00
qemu qemu-tdx: Update to v8.1.0 + TDX patches 2024-04-05 10:23:51 +02:00
release release: Keep it draft until all artifacts have been published 2024-03-26 14:48:05 +01:00
scripts CI: Use --abbrev=9 explicitly for abbreviated commit hash 2024-05-15 14:22:07 +02:00
static-build versions: build: Remove unused td-shim entry 2024-05-09 07:59:12 +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
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.