kata-containers/tools/packaging/static-build
Archana Shinde 4e48509ed9 build: Set safe.directory for runtime repo
While doing a docker build for shim-v2, we see this:

```
fatal: unsafe repository
('/home/${user}/go/src/github.com/kata-containers/kata-containers' is
owned by someone else)
To add an exception for this directory, call:

        git config --global --add safe.directory
/home/${user}/go/src/github.com/kata-containers/kata-containers
```

This is because the docker container build is run as root while the
runtime repo is checked out as normal user.

Unlike this error causing the rootfs build to error out, the error here
does not really cause `make shim-v2-tarball` to fail.

However its good to get rid of this error message showing during the
make process.

Fixes: #4572

Signed-off-by: Archana Shinde <archana.m.shinde@intel.com>
2022-06-30 20:52:44 -07:00
..
cloud-hypervisor tools: delete unused param from get_from_kata_deps callers 2022-05-17 15:18:41 +02:00
firecracker tools: delete unused param from get_from_kata_deps callers 2022-05-17 15:18:41 +02:00
kernel packaging: Use patch for applying patches 2022-02-18 11:32:17 +01:00
qemu packaging: Use patch for applying patches 2022-02-18 11:32:17 +01:00
scripts packaging: Remove unused kata docker configure script 2022-06-28 15:10:39 +00:00
shim-v2 build: Set safe.directory for runtime repo 2022-06-30 20:52:44 -07:00
virtiofsd virtiofsd: export env vars needed for building it 2022-06-10 13:27:02 +02:00
qemu.blacklist packaging/static-build: s390x fixes 2021-10-25 18:47:35 +02:00
README.md packaging: merge packaging repository 2020-06-23 22:58:18 -07:00

Static build

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