Skip to content

Commit dc56952

Browse files
committed
Updating ubuntu ami's to latest
We seeing issue with apt-get upgrade in ubuntu 16.04 One solution to solve user prompt issue is to muck around with ucf & dpkg options. To move us forward with confidence, I prefer to simply update ubuntu ami's to latest. Verified - Kitchen test is happy with ami update. Signed-off-by: Mohan Gandhi <[email protected]>
1 parent dd29c0b commit dc56952

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.kitchen.cloud.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ platforms:
204204
- name: ubuntu-14-04-lts
205205
driver_plugin: ec2
206206
driver_config:
207-
image_id: ami-7dce6507
207+
image_id: ami-c29e1cb8
208208
block_device_mappings:
209209
- device_name: /dev/sda1
210210
ebs:
@@ -265,7 +265,7 @@ platforms:
265265
- name: ubuntu-16-04-lts
266266
driver_plugin: ec2
267267
driver_config:
268-
image_id: ami-da05a4a0
268+
image_id: ami-aa2ea6d0
269269
block_device_mappings:
270270
- device_name: /dev/sda1
271271
ebs:

packer_ubuntu1404.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"region" : "us-east-1",
2020
"ami_regions" : "{{user `build_for`}}",
2121
"ami_groups" : "{{user `ami_perms`}}",
22-
"source_ami" : "ami-7dce6507",
22+
"source_ami" : "ami-c29e1cb8",
2323
"instance_type" : "{{user `instance_type`}}",
2424
"ssh_username" : "ubuntu",
2525
"ssh_pty" : true,

packer_ubuntu1604.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"region" : "us-east-1",
2020
"ami_regions" : "{{user `build_for`}}",
2121
"ami_groups" : "{{user `ami_perms`}}",
22-
"source_ami" : "ami-da05a4a0",
22+
"source_ami" : "ami-aa2ea6d0",
2323
"instance_type" : "{{user `instance_type`}}",
2424
"ssh_username" : "ubuntu",
2525
"ssh_pty" : true,

0 commit comments

Comments
 (0)