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
commit f6cc01d77c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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