mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-31 15:25:26 +00:00
Merge pull request #7833 from jepio/kata-static-fix-ownership
kata-deploy: Create kata-static.tar with correct ownership
This commit is contained in:
commit
f6cc01d77c
@ -37,5 +37,5 @@ pushd ${tarball_content_dir}
|
|||||||
popd
|
popd
|
||||||
|
|
||||||
echo "create ${tar_path}"
|
echo "create ${tar_path}"
|
||||||
(cd "${tarball_content_dir}"; tar cvfJ "${tar_path}" .)
|
(cd "${tarball_content_dir}"; tar cvfJ "${tar_path}" --owner=0 --group=0 .)
|
||||||
popd
|
popd
|
||||||
|
Loading…
Reference in New Issue
Block a user