Repository: james-project
Updated Branches:
  refs/heads/master cf4f13415 -> cc069d6ee


Upgrade run dockerfiles to beta6


Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/cc069d6e
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/cc069d6e
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/cc069d6e

Branch: refs/heads/master
Commit: cc069d6ee1fce517e5b2f799b111a2e3b06277dd
Parents: cf4f134
Author: Antoine Duprat <adup...@apache.org>
Authored: Thu Nov 3 12:01:00 2016 +0100
Committer: Antoine Duprat <adup...@apache.org>
Committed: Thu Nov 3 12:01:00 2016 +0100

----------------------------------------------------------------------
 dockerfiles/run/guice/Dockerfile  |  8 ++++----
 dockerfiles/run/spring/Dockerfile | 14 +++++++-------
 2 files changed, 11 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/cc069d6e/dockerfiles/run/guice/Dockerfile
----------------------------------------------------------------------
diff --git a/dockerfiles/run/guice/Dockerfile b/dockerfiles/run/guice/Dockerfile
index 229dd1b..9171c3c 100644
--- a/dockerfiles/run/guice/Dockerfile
+++ b/dockerfiles/run/guice/Dockerfile
@@ -19,10 +19,10 @@ EXPOSE 25 110 143 465 587 993 8000
 WORKDIR /root
 
 # Get data we need to run James : build results and configuration
-ADD destination/james-server-cassandra-guice-*.jar /root/james-server.jar
-ADD destination/james-server-cassandra-guice-3.0.0-beta5-SNAPSHOT.lib 
/root/james-server-cassandra-guice-3.0.0-beta5-SNAPSHOT.lib
-ADD destination/james-server-cli-3.0.0-beta5-SNAPSHOT.jar /root/james-cli.jar
-ADD destination/james-server-cli-3.0.0-beta5-SNAPSHOT.lib 
/root/james-server-cli-3.0.0-beta5-SNAPSHOT.lib
+ADD destination/james-server-cassandra-guice-3.0.0-beta6-SNAPSHOT.jar 
/root/james-server.jar
+ADD destination/james-server-cassandra-guice-3.0.0-beta6-SNAPSHOT.lib 
/root/james-server-cassandra-guice-3.0.0-beta6-SNAPSHOT.lib
+ADD destination/james-server-cli-3.0.0-beta6-SNAPSHOT.jar /root/james-cli.jar
+ADD destination/james-server-cli-3.0.0-beta6-SNAPSHOT.lib 
/root/james-server-cli-3.0.0-beta6-SNAPSHOT.lib
 ADD destination/conf /root/conf
 
 VOLUME /logs

http://git-wip-us.apache.org/repos/asf/james-project/blob/cc069d6e/dockerfiles/run/spring/Dockerfile
----------------------------------------------------------------------
diff --git a/dockerfiles/run/spring/Dockerfile 
b/dockerfiles/run/spring/Dockerfile
index d37611b..19da257 100644
--- a/dockerfiles/run/spring/Dockerfile
+++ b/dockerfiles/run/spring/Dockerfile
@@ -18,18 +18,18 @@ EXPOSE 25 110 143 465 587 993
 WORKDIR /root
 
 # Get data we need to run James : build results and configuration
-ADD destination/james-server-app-3.0.0-beta5-SNAPSHOT-app.zip 
/root/james-server-app-3.0.0-beta5-SNAPSHOT-app.zip
+ADD destination/james-server-app-3.0.0-beta6-SNAPSHOT-app.zip 
/root/james-server-app-3.0.0-beta6-SNAPSHOT-app.zip
 ADD destination/conf /root/conf
 
 # Unzip build result
-RUN unzip james-server-app-3.0.0-beta5-SNAPSHOT-app.zip
+RUN unzip james-server-app-3.0.0-beta6-SNAPSHOT-app.zip
 
 # Copy configuration.
 # Warning : we want to use the wrapper.conf file we just compiled.
-RUN cp james-server-app-3.0.0-beta5-SNAPSHOT/conf/wrapper.conf .
-RUN rm -r james-server-app-3.0.0-beta5-SNAPSHOT/conf/*
-RUN cp -r conf/* james-server-app-3.0.0-beta5-SNAPSHOT/conf
-RUN cp wrapper.conf james-server-app-3.0.0-beta5-SNAPSHOT/conf
+RUN cp james-server-app-3.0.0-beta6-SNAPSHOT/conf/wrapper.conf .
+RUN rm -r james-server-app-3.0.0-beta6-SNAPSHOT/conf/*
+RUN cp -r conf/* james-server-app-3.0.0-beta6-SNAPSHOT/conf
+RUN cp wrapper.conf james-server-app-3.0.0-beta6-SNAPSHOT/conf
 
-WORKDIR /root/james-server-app-3.0.0-beta5-SNAPSHOT/bin
+WORKDIR /root/james-server-app-3.0.0-beta6-SNAPSHOT/bin
 ENTRYPOINT ["./wrapper-linux-x86-64","../conf/wrapper.conf", 
"wrapper.syslog.ident=james", "wrapper.pidfile=../var/james.pid", 
"wrapper.daemonize=FALSE"]


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

Reply via email to