kata-containers/tools/packaging/static-build
Jakob Naucke 406f00a3a2
packaging: Use patch for applying patches
`tools/packaging/scripts/apply_patches.sh` uses `git apply $patch`, but
this will not apply to subdirectories. If one wanted to apply with
`git apply`, they'd have to run it with `--directory=...`
_relative to the Git tree's root_ (absolute will not work!). I suggest
we just use `patch`, which will do what we expected `git apply` would
do.

`patch` is also added to build containers that require it.

Fixes: #3690
Signed-off-by: Jakob Naucke <jakob.naucke@ibm.com>
2022-02-18 16:55:23 +01:00
..
cloud-hypervisor clh: correct cloud-hypervisor installation 2021-08-09 15:56:28 +08:00
firecracker build: Reuse firecracker directory on builds. 2021-07-28 19:45:35 +00:00
kernel packaging: Use patch for applying patches 2022-02-18 16:55:23 +01:00
qemu packaging: Use patch for applying patches 2022-02-18 16:55:23 +01:00
scripts qemu: Add suffix for qemu binaries. 2021-03-23 20:52:39 +00:00
shim-v2 packaging: delint static-build dockerfiles 2022-01-03 10:52:33 +02:00
qemu.blacklist packaging/static-build: s390x fixes 2021-10-25 18:47:35 +02:00
README.md

Static build

This directory contains files to build static versions of Kata Containers.