You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by ad...@apache.org on 2016/01/18 11:53:46 UTC

svn commit: r1725224 - in /james/project/trunk/dockerfiles/compilation: java-6/Dockerfile java-8/Dockerfile

Author: aduprat
Date: Mon Jan 18 10:53:45 2016
New Revision: 1725224

URL: http://svn.apache.org/viewvc?rev=1725224&view=rev
Log:
JAMES-1653 Solves docker compilation image creation issue. Contributed by Tellier <bt...@apache.org>

Modified:
    james/project/trunk/dockerfiles/compilation/java-6/Dockerfile
    james/project/trunk/dockerfiles/compilation/java-8/Dockerfile

Modified: james/project/trunk/dockerfiles/compilation/java-6/Dockerfile
URL: http://svn.apache.org/viewvc/james/project/trunk/dockerfiles/compilation/java-6/Dockerfile?rev=1725224&r1=1725223&r2=1725224&view=diff
==============================================================================
--- james/project/trunk/dockerfiles/compilation/java-6/Dockerfile (original)
+++ james/project/trunk/dockerfiles/compilation/java-6/Dockerfile Mon Jan 18 10:53:45 2016
@@ -14,7 +14,7 @@ RUN ln -s /root/apache-maven-3.2.5/bin/m
 
 # Install git
 RUN apt-get update
-RUN apt-get install -y git="$GIT_VERSION"
+RUN apt-get install -y --force-yes git="$GIT_VERSION"
 
 # Copy the script
 COPY compile.sh /root/compile.sh

Modified: james/project/trunk/dockerfiles/compilation/java-8/Dockerfile
URL: http://svn.apache.org/viewvc/james/project/trunk/dockerfiles/compilation/java-8/Dockerfile?rev=1725224&r1=1725223&r2=1725224&view=diff
==============================================================================
--- james/project/trunk/dockerfiles/compilation/java-8/Dockerfile (original)
+++ james/project/trunk/dockerfiles/compilation/java-8/Dockerfile Mon Jan 18 10:53:45 2016
@@ -14,7 +14,7 @@ RUN ln -s /root/apache-maven-3.3.1/bin/m
 
 # Install git
 RUN apt-get update
-RUN apt-get install -y git="$GIT_VERSION"
+RUN apt-get install -y --force-yes git="$GIT_VERSION"
 
 # Copy the script
 COPY compile.sh /root/compile.sh



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org