[macos] Convert packer templates to HCL2 (#9098)

* [macos] Convert packer templates to HCL2

* Fix inline shell provisioner

* Fix folder name

* Fix bootstrap folder copy
This commit is contained in:
Shamil Mubarakshin
2024-01-05 12:29:46 +01:00
committed by GitHub
parent 9da2ec6b06
commit 4960fde8f7
9 changed files with 615 additions and 535 deletions

View File

@@ -2,7 +2,7 @@
The runner-images project uses [Packer](https://www.packer.io/) to generate disk images for Windows 2019/2022 and Ubuntu 20.04/22.04.
Each image is configured by a JSON or HCL2 Packer template that specifies where to build the image (Azure, in this case),
Each image is configured by a HCL2 Packer template that specifies where to build the image (Azure, in this case),
and what steps to run to install software and prepare the disk.
The Packer process initializes a connection to the Azure subscription using Azure CLI and creates temporary resources