From 1139a1c016e5dbeb6db8a738565306996ea4fbe9 Mon Sep 17 00:00:00 2001 From: Alan Baghumian Date: Thu, 9 Nov 2023 15:14:56 -0800 Subject: [PATCH] Increase the base disk size from 4G to 6G preventing builds to fail. --- ubuntu/ubuntu-cloudimg.pkr.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu/ubuntu-cloudimg.pkr.hcl b/ubuntu/ubuntu-cloudimg.pkr.hcl index 23f26627..d7d532cb 100644 --- a/ubuntu/ubuntu-cloudimg.pkr.hcl +++ b/ubuntu/ubuntu-cloudimg.pkr.hcl @@ -31,7 +31,7 @@ source "qemu" "cloudimg" { boot_wait = "2s" cpus = 2 disk_image = true - disk_size = "4G" + disk_size = "6G" format = "qcow2" headless = var.headless http_directory = var.http_directory