Repository: james-project Updated Branches: refs/heads/3.2.x 3b932460f -> 55ab00eea
[maven-release-plugin] prepare for next development iteration Fix version used in spring dockerfile Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/7f44c247 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/7f44c247 Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/7f44c247 Branch: refs/heads/3.2.x Commit: 7f44c24716b3f13c9db72f374efce50cdfbfd483 Parents: bf833c8 Author: Antoine Duprat <adup...@linagora.com> Authored: Wed Dec 5 10:48:23 2018 +0100 Committer: Antoine Duprat <adup...@linagora.com> Committed: Wed Dec 5 13:56:47 2018 +0100 ---------------------------------------------------------------------- dockerfiles/run/spring/Dockerfile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/7f44c247/dockerfiles/run/spring/Dockerfile ---------------------------------------------------------------------- diff --git a/dockerfiles/run/spring/Dockerfile b/dockerfiles/run/spring/Dockerfile index c6106bd..5414ead 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.2.1-SNAPSHOT-app.zip /root/james-server-app-3.2.1-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.2.1-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.2.1-SNAPSHOT/conf/wrapper.conf . +RUN rm -r james-server-app-3.2.1-SNAPSHOT/conf/* +RUN cp -r conf/* james-server-app-3.2.1-SNAPSHOT/conf +RUN cp wrapper.conf james-server-app-3.2.1-SNAPSHOT/conf -WORKDIR /root/james-server-app-3.2.0-SNAPSHOT/bin +WORKDIR /root/james-server-app-3.2.1-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