You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by ra...@apache.org on 2015/03/16 01:44:09 UTC

thrift git commit: THRIFT-3044: Docker README.md paths to Dockerfiles are incorrect Client: Build Patch: Randy Abernethy

Repository: thrift
Updated Branches:
  refs/heads/master aad5de793 -> 65cf6c14d


THRIFT-3044: Docker README.md paths to Dockerfiles are incorrect
Client: Build
Patch: Randy Abernethy


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/65cf6c14
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/65cf6c14
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/65cf6c14

Branch: refs/heads/master
Commit: 65cf6c14da72a5122f4f52e228b6f3fcd68ccb7d
Parents: aad5de7
Author: Randy Abernethy <ra...@apache.org>
Authored: Sun Mar 15 17:38:19 2015 -0700
Committer: Randy Abernethy <ra...@apache.org>
Committed: Sun Mar 15 17:38:19 2015 -0700

----------------------------------------------------------------------
 build/docker/README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/65cf6c14/build/docker/README.md
----------------------------------------------------------------------
diff --git a/build/docker/README.md b/build/docker/README.md
index 2ae309b..3712653 100644
--- a/build/docker/README.md
+++ b/build/docker/README.md
@@ -3,8 +3,8 @@ A set of docker containers used to build and test Apache Thrift
 
 ### Available Containers
 
-* Ubuntu
-* Centos
+* Ubuntu - based on ubuntu:trusty (14.04)
+* Centos - based on centos:6.6
 
 ## Dependencies
 
@@ -15,11 +15,11 @@ From the Apache Thrift code base root
 
 * Build
 
-	docker build -t thrift contrib/docker/ubuntu
+	docker build -t thrift build/docker/ubuntu
 
 	or
 
-	docker build -t thrift contrib/docker/centos
+	docker build -t thrift build/docker/centos
 
 * Run