You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 16, 2025. It is now read-only.
feat(images): Added ubuntu-focual example packer configuration (#1644)
* feat: create Ubuntu image
* feat: add aws v2 cli
* feat: add unzip
* feat: port tag changes to amazon linux image
* chore(images): use same default for aws region
* fix: use apt-get you melon
* feat: add cloudwatch agent
* fix: use new install location in example
* feat: set env vars in service and align
* fix: setup action tool cache
* fix: add missing arch var
* fix: use Ubuntu's root device name
* chore: set apt to be noninteractive
* chore: align tag values with amzn2 image
* chore: better docs for tool cache location
* chore: include a warning
Co-authored-by: toast-gear <[email protected]>
description="The version (no v prefix) of the runner software to install https://github.com/actions/runner/releases"
12
+
type=string
13
+
default="2.286.1"
14
+
}
15
+
16
+
variable"region" {
17
+
description="The region to build the image in"
18
+
type=string
19
+
default="eu-west-1"
20
+
}
21
+
22
+
variable"security_group_id" {
23
+
description="The ID of the security group Packer will associate with the builder to enable access"
24
+
type=string
25
+
default=null
26
+
}
27
+
28
+
variable"subnet_id" {
29
+
description="If using VPC, the ID of the subnet, such as subnet-12345def, where Packer will launch the EC2 instance. This field is required if you are using an non-default VPC"
30
+
type=string
31
+
default=null
32
+
}
33
+
34
+
variable"instance_type" {
35
+
description="The instance type Packer will use for the builder"
0 commit comments