mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-19 07:49:17 +00:00
kata-deploy: smaller guest image file for mariner
Align up the mariner Guest image file size to 2M instead of the default 128M alignment. Signed-off-by: Dan Mihai <dmihai@microsoft.com>
This commit is contained in:
@@ -436,6 +436,7 @@ install_image_confidential() {
|
||||
|
||||
#Install cbl-mariner guest image
|
||||
install_image_mariner() {
|
||||
export IMAGE_SIZE_ALIGNMENT_MB=2
|
||||
install_image "mariner"
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user