You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mnemonic.apache.org by ga...@apache.org on 2017/12/12 21:39:49 UTC

mnemonic git commit: MNEMONIC-422: Update the repos links for Centos Dockerfile

Repository: mnemonic
Updated Branches:
  refs/heads/master b8124fa70 -> 231c3b716


MNEMONIC-422: Update the repos links for Centos Dockerfile


Project: http://git-wip-us.apache.org/repos/asf/mnemonic/repo
Commit: http://git-wip-us.apache.org/repos/asf/mnemonic/commit/231c3b71
Tree: http://git-wip-us.apache.org/repos/asf/mnemonic/tree/231c3b71
Diff: http://git-wip-us.apache.org/repos/asf/mnemonic/diff/231c3b71

Branch: refs/heads/master
Commit: 231c3b7164b2b1e734af38a6d4f9d9d4606c7ddd
Parents: b8124fa
Author: Wang, Gang(Gary) <ga...@intel.com>
Authored: Tue Dec 12 13:38:19 2017 -0800
Committer: Wang, Gang(Gary) <ga...@intel.com>
Committed: Tue Dec 12 13:38:19 2017 -0800

----------------------------------------------------------------------
 docker/docker-CentOS/Dockerfile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mnemonic/blob/231c3b71/docker/docker-CentOS/Dockerfile
----------------------------------------------------------------------
diff --git a/docker/docker-CentOS/Dockerfile b/docker/docker-CentOS/Dockerfile
index ec3e5e3..ad41eae 100644
--- a/docker/docker-CentOS/Dockerfile
+++ b/docker/docker-CentOS/Dockerfile
@@ -64,12 +64,12 @@ RUN touch /etc/profile.d/mvn.sh && chmod +x /etc/profile.d/mvn.sh && \
 RUN cat /etc/profile.d/mvn.sh > ~/.bash_profile
 RUN cat /etc/profile.d/mvn.sh > ~/.bashrc
 
-RUN . /etc/profile.d/mvn.sh && cd /ws && git clone https://github.com/apache/incubator-mnemonic.git && \
-    cd incubator-mnemonic && mvn clean package install
+RUN . /etc/profile.d/mvn.sh && cd /ws && git clone https://github.com/apache/mnemonic.git && \
+    cd mnemonic && mvn clean package install
 
-ENV MNEMONIC_HOME /ws/incubator-mnemonic
+ENV MNEMONIC_HOME /ws/mnemonic
 
-#RUN cd /ws/incubator-mnemonic && bin/runall.sh -y
+#RUN cd /ws/mnemonic && bin/runall.sh -y
 
 WORKDIR /ws
 CMD ["bash"]