Skip to content

Commit a18f251

Browse files
authored
Merge pull request docker-archive-public#4193 from shin-/4191-update-ec2-amis
Update EC2 AMIs to newest versions. This should fix AUFS support
2 parents 2cff5fd + c21aa11 commit a18f251

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

drivers/amazonec2/region.go

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,25 @@ type region struct {
88
AmiId string
99
}
1010

11-
// Ubuntu 16.04 LTS 20161221 hvm:ebs-ssd (amd64)
11+
// Ubuntu 16.04 LTS 20170619.1 hvm:ebs-ssd (amd64)
1212
// See https://cloud-images.ubuntu.com/locator/ec2/
1313
var regionDetails map[string]*region = map[string]*region{
14-
"ap-northeast-1": {"ami-18afc47f"},
15-
"ap-northeast-2": {"ami-93d600fd"},
16-
"ap-southeast-1": {"ami-87b917e4"},
17-
"ap-southeast-2": {"ami-e6b58e85"},
18-
"ap-south-1": {"ami-dd3442b2"},
19-
"ca-central-1": {"ami-7112a015"},
20-
"cn-north-1": {"ami-31499d5c"},
21-
"eu-central-1": {"ami-fe408091"},
22-
"eu-west-1": {"ami-ca80a0b9"},
23-
"eu-west-2": {"ami-ede2e889"},
24-
"sa-east-1": {"ami-e075ed8c"},
25-
"us-east-1": {"ami-9dcfdb8a"},
26-
"us-east-2": {"ami-fcc19b99"},
27-
"us-west-1": {"ami-b05203d0"},
28-
"us-west-2": {"ami-b2d463d2"},
29-
"us-gov-west-1": {"ami-19d56d78"},
14+
"ap-northeast-1": {"ami-785c491f"},
15+
"ap-northeast-2": {"ami-94d20dfa"},
16+
"ap-southeast-1": {"ami-2378f540"},
17+
"ap-southeast-2": {"ami-e94e5e8a"},
18+
"ap-south-1": {"ami-49e59a26"},
19+
"ca-central-1": {"ami-7ed56a1a"},
20+
"cn-north-1": {"ami-a163b4cc"}, // Note: this is 20170303
21+
"eu-central-1": {"ami-1c45e273"},
22+
"eu-west-1": {"ami-6d48500b"},
23+
"eu-west-2": {"ami-cc7066a8"},
24+
"sa-east-1": {"ami-34afc458"},
25+
"us-east-1": {"ami-d15a75c7"},
26+
"us-east-2": {"ami-8b92b4ee"},
27+
"us-west-1": {"ami-73f7da13"},
28+
"us-west-2": {"ami-835b4efa"},
29+
"us-gov-west-1": {"ami-939412f2"},
3030
"custom-endpoint": {""},
3131
}
3232

0 commit comments

Comments
 (0)