mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-17 23:47:07 +00:00
Merge pull request #4960 from wainersm/CCv0-kata-deploy-skopeo
CCv0 | kata-deploy: allow to build the image without skopeo
This commit is contained in:
commit
4960f43ef6
@ -112,12 +112,12 @@ install_cc_clh() {
|
||||
|
||||
#Install cc capable guest image
|
||||
install_cc_image() {
|
||||
info "Create CC image"
|
||||
export SKOPEO=yes
|
||||
export SKOPEO="${SKOPEO:-yes}"
|
||||
export UMOCI=yes
|
||||
export AA_KBC="offline_fs_kbc"
|
||||
export KATA_BUILD_CC=yes
|
||||
|
||||
info "Create CC image configured with SKOPEO=${SKOPEO} UMOCI=${UMOCI} AA_KBC=${AA_KBC}"
|
||||
"${rootfs_builder}" --imagetype=image --prefix="${cc_prefix}" --destdir="${destdir}"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user