CCv0: fix prefix to kata for IBM SE image build

This is to change a prefix from `confidential-containers` to `kata` for IBM SE image build.

Fixes: #7444

Signed-off-by: Hyounggyu Choi <Hyounggyu.Choi@ibm.com>
This commit is contained in:
Hyounggyu Choi 2023-07-25 22:54:18 +02:00
parent 78262695d2
commit a578266b26

View File

@ -54,7 +54,7 @@ build_image() {
}
main() {
readonly prefix="/opt/confidential-containers"
readonly prefix="/opt/kata"
builddir="${PWD}"
tarball_dir="${builddir}/../.."
while getopts "h-:" opt; do