Repository: james-project
Updated Branches:
  refs/heads/master 08aaabc5e -> 62fd4a1aa


JAMES-2579 Spring dockerfile should rely on 3.3.0-SNAPSHOT


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

Branch: refs/heads/master
Commit: 62fd4a1aafa06538c0f3740f136ff22e11cb1b18
Parents: 08aaabc
Author: Benoit Tellier <btell...@linagora.com>
Authored: Thu Nov 15 08:02:32 2018 +0700
Committer: Benoit Tellier <btell...@linagora.com>
Committed: Thu Nov 15 08:02:32 2018 +0700

----------------------------------------------------------------------
 dockerfiles/run/spring/Dockerfile | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/62fd4a1a/dockerfiles/run/spring/Dockerfile
----------------------------------------------------------------------
diff --git a/dockerfiles/run/spring/Dockerfile 
b/dockerfiles/run/spring/Dockerfile
index c6106bd..5d9f2ce 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.2.0-SNAPSHOT-app.zip 
/root/james-server-app-3.2.0-SNAPSHOT-app.zip
+ADD destination/james-server-app-3.3.0-SNAPSHOT-app.zip 
/root/james-server-app-3.3.0-SNAPSHOT-app.zip
 ADD destination/conf /root/conf
 
 # Unzip build result
-RUN unzip james-server-app-3.2.0-SNAPSHOT-app.zip
+RUN unzip james-server-app-3.3.0-SNAPSHOT-app.zip
 
 # Copy configuration.
 # Warning : we want to use the wrapper.conf file we just compiled.
-RUN cp james-server-app-3.2.0-SNAPSHOT/conf/wrapper.conf .
-RUN rm -r james-server-app-3.2.0-SNAPSHOT/conf/*
-RUN cp -r conf/* james-server-app-3.2.0-SNAPSHOT/conf
-RUN cp wrapper.conf james-server-app-3.2.0-SNAPSHOT/conf
+RUN cp james-server-app-3.3.0-SNAPSHOT/conf/wrapper.conf .
+RUN rm -r james-server-app-3.3.0-SNAPSHOT/conf/*
+RUN cp -r conf/* james-server-app-3.3.0-SNAPSHOT/conf
+RUN cp wrapper.conf james-server-app-3.3.0-SNAPSHOT/conf
 
-WORKDIR /root/james-server-app-3.2.0-SNAPSHOT/bin
+WORKDIR /root/james-server-app-3.3.0-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