Skip to content

Commit 4bcf0b4

Browse files
authored
Merge pull request docker-archive#467 from docker/bump-1.12.3-cs4-ami
bumped the AMI's to 1.12.3-cs4 on DDC template
2 parents a583e4b + 85b2a58 commit 4bcf0b4

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

aws/cloudformation/docker_for_aws_ddc.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"AWSTemplateFormatVersion": "2010-09-09",
33

4-
"Description": "Docker for AWS Beta 10 (docker 1.12.3) DDC",
4+
"Description": "Docker for AWS Beta 10 (docker 1.12.3-cs4) DDC",
55

66
"Parameters": {
77
"KeyName": {
@@ -97,7 +97,7 @@
9797

9898
"DockerForAWS" : {
9999
"version" : {
100-
"docker": "1.12.3",
100+
"docker": "1.12.3-cs4",
101101
"forAws": "aws-v1.12.3-beta10"
102102
}
103103
},
@@ -247,51 +247,51 @@
247247
},
248248
"AWSRegionArch2AMI": {
249249
"ap-northeast-1": {
250-
"HVM64": "ami-472e8d26",
250+
"HVM64": "ami-a958f2c8",
251251
"HVMG2": "NOT_SUPPORTED"
252252
},
253253
"ap-northeast-2": {
254-
"HVM64": "ami-2133e74f",
254+
"HVM64": "ami-52b6613c",
255255
"HVMG2": "NOT_SUPPORTED"
256256
},
257257
"ap-south-1": {
258-
"HVM64": "ami-34b7c35b",
258+
"HVM64": "ami-f2c4b09d",
259259
"HVMG2": "NOT_SUPPORTED"
260260
},
261261
"ap-southeast-1": {
262-
"HVM64": "ami-8048e9e3",
262+
"HVM64": "ami-f2e64491",
263263
"HVMG2": "NOT_SUPPORTED"
264264
},
265265
"ap-southeast-2": {
266-
"HVM64": "ami-e6754985",
266+
"HVM64": "ami-17655b74",
267267
"HVMG2": "NOT_SUPPORTED"
268268
},
269269
"eu-central-1": {
270-
"HVM64": "ami-ca758da5",
270+
"HVM64": "ami-bd1cd9d2",
271271
"HVMG2": "NOT_SUPPORTED"
272272
},
273273
"eu-west-1": {
274-
"HVM64": "ami-7e7c370d",
274+
"HVM64": "ami-b0df8cc3",
275275
"HVMG2": "NOT_SUPPORTED"
276276
},
277277
"sa-east-1": {
278-
"HVM64": "ami-d7801cbb",
278+
"HVM64": "ami-f62eb19a",
279279
"HVMG2": "NOT_SUPPORTED"
280280
},
281281
"us-east-1": {
282-
"HVM64": "ami-71ecb566",
282+
"HVM64": "ami-0fbf9518",
283283
"HVMG2": "NOT_SUPPORTED"
284284
},
285285
"us-east-2": {
286-
"HVM64": "ami-89247eec",
286+
"HVM64": "ami-09752f6c",
287287
"HVMG2": "NOT_SUPPORTED"
288288
},
289289
"us-west-1": {
290-
"HVM64": "ami-84d79ce4",
290+
"HVM64": "ami-47c39627",
291291
"HVMG2": "NOT_SUPPORTED"
292292
},
293293
"us-west-2": {
294-
"HVM64": "ami-87f355e7",
294+
"HVM64": "ami-db76dbbb",
295295
"HVMG2": "NOT_SUPPORTED"
296296
}
297297
}

0 commit comments

Comments
 (0)