mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-21 01:13:56 +00:00
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:
parent
f80723a483
commit
77176cd7b9
@ -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}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user