mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-01 11:56:29 +00:00
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> |
||
---|---|---|
.. | ||
cloud-hypervisor | ||
firecracker | ||
kernel | ||
qemu | ||
scripts | ||
shim-v2 | ||
virtiofsd | ||
qemu.blacklist | ||
README.md |
Static build
This directory contains files to build static versions of Kata Containers.