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:54 UTC

[12/20] incubator-eagle git commit: [EAGLE-53] Fix docker shell component id

[EAGLE-53] Fix docker shell component id


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

Branch: refs/heads/master
Commit: 4959646a6a4a57836ef94f18a93d60b4964de972
Parents: b5efa15
Author: Hao Chen <ha...@apache.org>
Authored: Mon Nov 30 00:37:33 2015 -0700
Committer: Hao Chen <ha...@apache.org>
Committed: Mon Nov 30 00:37:33 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/4959646a/eagle-external/eagle-docker/bin/eagle-docker.sh
----------------------------------------------------------------------
diff --git a/eagle-external/eagle-docker/bin/eagle-docker.sh b/eagle-external/eagle-docker/bin/eagle-docker.sh
index 9d2e966..c4a7662 100755
--- a/eagle-external/eagle-docker/bin/eagle-docker.sh
+++ b/eagle-external/eagle-docker/bin/eagle-docker.sh
@@ -19,7 +19,7 @@
 
 EAGLE_DOCKER_VERSION=latest
 EAGLE_DOCKER_NAME=apacheeagle/sandbox
-EAGLE_DOCKER_PREFIX=eagle-sandbox
+EAGLE_DOCKER_PREFIX=sandbox
 
 export NODE_NUM=1