Replies: 1 comment 3 replies
-
Hey @YannickRe. Current image size looks optimal taking into account what software we install there. If you still want to change it you can patch Packer template either manually or automatically in your workflow (e.g. using |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
It looks like all image files have the
os_disk_size_gb
hard coded. Could this be updated to use a variable so that we could provide a different disk size? Almost all other parameters are configurable that way, just not this one.Ubuntu 22.04:
runner-images/images/linux/ubuntu2204.pkr.hcl
Line 156 in 2ac4c5a
Ubuntu 20.04:
runner-images/images/linux/ubuntu2004.json
Line 55 in 2ac4c5a
Windows 2022:
runner-images/images/win/windows2022.json
Line 44 in 2ac4c5a
Windows 2019:
runner-images/images/win/windows2019.json
Line 44 in 2ac4c5a
Thank you!
Platforms affected
Runner images affected
Image version and build link
/
Is it regression?
No
Expected behavior
Make the
os_disk_size_gb
value configurable with a packer variable.Actual behavior
os_disk_size_gb
is hard coded to a specific valueRepro steps
/
Beta Was this translation helpful? Give feedback.
All reactions