packer: make the worker image smaller
This should save us some money. 10 GB is the size of the underlying RHEL 8.5 AMI so this should be the minimum. Signed-off-by: Ondřej Budai <ondrej@budai.cz>
This commit is contained in:
parent
8331af3ffd
commit
5d304d2957
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ source "amazon-ebs" "image_builder" {
|
|||
launch_block_device_mappings {
|
||||
delete_on_termination = "true"
|
||||
device_name = "/dev/sda1"
|
||||
volume_size = 25
|
||||
volume_size = 10
|
||||
volume_type = "gp2"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue