Skip to content

Commit 62c3990

Browse files
authored
Merge pull request docker-archive#452 from docker/metafix
Fixed the image name for meta service
2 parents 41224aa + a39acaf commit 62c3990

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

aws/cloudformation/docker_for_aws.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@
561561
"-e MANAGER_SECURITY_GROUP_ID='",{ "Ref" : "ManagerVpcSG" }, "' ",
562562
"-e WORKER_SECURITY_GROUP_ID='",{ "Ref" : "NodeVpcSG" }, "' ",
563563
"-v /var/run/docker.sock:/var/run/docker.sock ",
564-
"docker4x/meta-aws:$DOCKER_FOR_IAAS_VERSION\n",
564+
"docker4x/meta-aws:$DOCKER_FOR_IAAS_VERSION metaserver -flavor=aws\n",
565565

566566
"docker run --log-driver=json-file --restart=no -d ",
567567
"-e DYNAMODB_TABLE='", { "Ref" : "SwarmDynDBTable" } , "' ",

aws/cloudformation/docker_for_aws_cloud.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@
586586
"-e MANAGER_SECURITY_GROUP_ID='",{ "Ref" : "ManagerVpcSG" }, "' ",
587587
"-e WORKER_SECURITY_GROUP_ID='",{ "Ref" : "NodeVpcSG" }, "' ",
588588
"-v /var/run/docker.sock:/var/run/docker.sock ",
589-
"kencochrane/meta:latest\n",
589+
"docker4x/meta-aws:$DOCKER_FOR_IAAS_VERSION metaserver -flavor=aws\n",
590590

591591
"docker run --log-driver=json-file --restart=no -d ",
592592
"-e DYNAMODB_TABLE='", { "Ref" : "SwarmDynDBTable" } , "' ",

aws/cloudformation/docker_for_aws_ddc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@
588588
"-e MANAGER_SECURITY_GROUP_ID='",{ "Ref" : "ManagerVpcSG" }, "' ",
589589
"-e WORKER_SECURITY_GROUP_ID='",{ "Ref" : "NodeVpcSG" }, "' ",
590590
"-v /var/run/docker.sock:/var/run/docker.sock ",
591-
"kencochrane/meta:latest\n",
591+
"docker4x/meta-aws:$DOCKER_FOR_IAAS_VERSION metaserver -flavor=aws\n",
592592

593593
"docker run --log-driver=json-file --restart=no -d ",
594594
"-e DYNAMODB_TABLE='", { "Ref" : "SwarmDynDBTable" } , "' ",

0 commit comments

Comments
 (0)