1
0
mirror of https://github.com/kata-containers/kata-containers.git synced 2025-05-11 18:05:43 +00:00
kata-containers/tools/packaging
Fabiano Fidêncio 22154e0a3b cache: Fix OVMF tarball name for different flavours
75330ab3f9 tried to fix OVMF caching, but
didn't consider that the "vanilla" OVMF tarball name is not
"kata-static-ovmf-x86_64.tar.xz", but rather "kata-static-ovmf.tar.xz".

The fact we missed that, led to the cache builds of OVMF failing, and
the need to build the component on every single PR.

Fixes:  (hopefully for good this time).

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
2023-05-22 18:12:30 +02:00
..
guest-image packaging: add support to build initrd for sev 2023-05-10 12:19:55 -05:00
kata-deploy cache: Use "initrd" as initrd_type to build rootfs-initrd 2023-05-22 18:12:30 +02:00
kata-monitor tools/packaging: add copyright to kata-monitor's Dockerfile 2021-12-21 10:01:11 -05:00
kernel gpu: Add new kernel build option to usage() 2023-04-20 07:48:30 +00:00
qemu versions: update SNP QEMU version 2023-05-10 20:19:56 +00:00
release tools: release: fix bogus version check 2022-09-29 11:31:43 +02:00
scripts ppc64le: switch virtiofsd from C to rust version 2023-05-16 14:46:19 +02:00
static-build cache: Fix OVMF tarball name for different flavours 2023-05-22 18:12:30 +02:00
.gitignore tools: Add some new gitignore items 2022-12-14 11:38:23 +08: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 snap: Build using destructive mode 2022-05-26 15:56:36 +01:00
README.md docs: Move snap README 2022-05-26 15:56:36 +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 a snap package

See the snap documentation.

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.