Merge pull request #7833 from jepio/kata-static-fix-ownership

kata-deploy: Create kata-static.tar with correct ownership
This commit is contained in:
Jeremi Piotrowski
2023-09-07 10:16:23 +02:00
committed by GitHub

View File

@@ -37,5 +37,5 @@ pushd ${tarball_content_dir}
popd
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