You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@eagle.apache.org by ha...@apache.org on 2015/11/30 11:11:46 UTC

[04/20] incubator-eagle git commit: add version into docker image

add version into docker image

Project: http://git-wip-us.apache.org/repos/asf/incubator-eagle/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-eagle/commit/0783ee34
Tree: http://git-wip-us.apache.org/repos/asf/incubator-eagle/tree/0783ee34
Diff: http://git-wip-us.apache.org/repos/asf/incubator-eagle/diff/0783ee34

Branch: refs/heads/master
Commit: 0783ee3425245627826db0c2cb193c51cd498dd4
Parents: 22929cb
Author: Zhaokun Qin <qi...@qq.com>
Authored: Thu Nov 26 10:52:13 2015 +0800
Committer: Zhaokun Qin <qi...@qq.com>
Committed: Thu Nov 26 10:52:13 2015 +0800

----------------------------------------------------------------------
 eagle-external/eagle-docker/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/0783ee34/eagle-external/eagle-docker/README.md
----------------------------------------------------------------------
diff --git a/eagle-external/eagle-docker/README.md b/eagle-external/eagle-docker/README.md
index c2203d0..e272856 100644
--- a/eagle-external/eagle-docker/README.md
+++ b/eagle-external/eagle-docker/README.md
@@ -11,7 +11,7 @@ And this project is to build apache/eagle images and provide eagle-functions to
 ## Installation & Usage
 1. **Build Image**: Go to the root directory where the [Dockerfile](Dockerfile) is in, build image with following command:
  
-        docker built -t apache/eagle . 
+        docker built -t apache/eagle:0.1.0 . 
  
     > The docker image is named `apache/eagle`. Eagle docker image is based on [`ambari:1.7.0`](https://github.com/sequenceiq/docker-ambari), it will install ganglia, hbase,hive,storm,kafka and so on in this image. Add startup script and buleprint file into image.