mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-22 17:59:31 +00:00
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:
parent
78262695d2
commit
a578266b26
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user