packaging: Remove skopeo & umoci

- Remove skopeo and umoci from the CC image

Fixes: #4889
Signed-off-by: stevenhorsman <steven@uk.ibm.com>
This commit is contained in:
stevenhorsman 2022-09-20 14:28:40 +01:00
parent f80723a483
commit 77176cd7b9

View File

@ -117,11 +117,9 @@ install_cc_clh() {
install_cc_image() { install_cc_image() {
export AA_KBC="${1:-offline_fs_kbc}" export AA_KBC="${1:-offline_fs_kbc}"
image_type="${2:-image}" image_type="${2:-image}"
export SKOPEO="${SKOPEO:-yes}"
export UMOCI=yes
export KATA_BUILD_CC=yes export KATA_BUILD_CC=yes
info "Create CC image configured with SKOPEO=${SKOPEO} UMOCI=${UMOCI} AA_KBC=${AA_KBC}" info "Create CC image configured with AA_KBC=${AA_KBC}"
"${rootfs_builder}" --imagetype="${image_type}" --prefix="${cc_prefix}" --destdir="${destdir}" "${rootfs_builder}" --imagetype="${image_type}" --prefix="${cc_prefix}" --destdir="${destdir}"
} }