Skip to content

Commit 4155cca

Browse files
committed
Remove Ubuntu 22 Packer configs
Ubuntu 22 is prompting during updates, which is breaking packer. Temporarily remove Ubuntu 22 until we have time to sort that out. Signed-off-by: Brian Barrett <bbarrett@amazon.com>
1 parent fe80034 commit 4155cca

File tree

1 file changed

+0
-62
lines changed

1 file changed

+0
-62
lines changed

jenkins/jenkins-amis.hcl

Lines changed: 0 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -191,68 +191,6 @@
191191
"associate_public_ip_address" : true,
192192
"ena_support" : true,
193193
"iam_instance_profile" : "{{user `iam_role`}}"
194-
},{
195-
"type": "amazon-ebs",
196-
"name" : "Ubuntu22.04-x86",
197-
"ami_name": "Jenkins Ubuntu 22.04 x86_64 {{user `build_date`}}",
198-
"region": "us-west-2",
199-
"source_ami_filter": {
200-
"filters": {
201-
"architecture": "x86_64",
202-
"virtualization-type": "hvm",
203-
"root-device-type": "ebs",
204-
"name": "ubuntu/images/hvm-ssd/ubuntu-jammy-22.04-amd64-server-*"
205-
},
206-
"owners": ["099720109477"],
207-
"most_recent": true
208-
},
209-
"ami_block_device_mappings": [ {
210-
"device_name": "/dev/sda1",
211-
"volume_size": 16,
212-
"delete_on_termination": true
213-
} ],
214-
"launch_block_device_mappings": [ {
215-
"device_name": "/dev/sda1",
216-
"volume_size": 16,
217-
"delete_on_termination": true
218-
} ],
219-
"instance_type": "t3.micro",
220-
"ssh_username": "ubuntu",
221-
"ssh_pty" : true,
222-
"associate_public_ip_address" : true,
223-
"ena_support" : true,
224-
"iam_instance_profile" : "{{user `iam_role`}}"
225-
},{
226-
"type": "amazon-ebs",
227-
"name" : "Ubuntu22.04-arm64",
228-
"ami_name": "Jenkins Ubuntu 22.04 arm64 {{user `build_date`}}",
229-
"region": "us-west-2",
230-
"source_ami_filter": {
231-
"filters": {
232-
"architecture": "arm64",
233-
"virtualization-type": "hvm",
234-
"root-device-type": "ebs",
235-
"name": "ubuntu/images/hvm-ssd/ubuntu-jammy-22.04-arm64-server-*"
236-
},
237-
"owners": ["099720109477"],
238-
"most_recent": true
239-
},
240-
"ami_block_device_mappings": [ {
241-
"device_name": "/dev/sda1",
242-
"volume_size": 16,
243-
"delete_on_termination": true
244-
} ],
245-
"launch_block_device_mappings": [ {
246-
"device_name": "/dev/sda1",
247-
"volume_size": 16,
248-
"delete_on_termination": true
249-
} ],
250-
"instance_type": "t4g.micro",
251-
"ssh_username": "ubuntu",
252-
"ssh_pty" : true,
253-
"associate_public_ip_address" : true,
254-
"ena_support" : true,
255-
"iam_instance_profile" : "{{user `iam_role`}}"
256194
},{
257195
"type": "amazon-ebs",
258196
"name" : "RHEL7-x86",

0 commit comments

Comments
 (0)