This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit c3fa19501af0c08ebace20dd9b46a9bad89b4d74 Author: Rene Cordier <[email protected]> AuthorDate: Tue May 5 15:43:39 2020 +0700 [Documentation] Fix README docker compilation path The correct folder is java-11 for docker compilation now, not java-8 anymore --- README.adoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.adoc b/README.adoc index 6b2cbee..7fc1c38 100644 --- a/README.adoc +++ b/README.adoc @@ -157,7 +157,7 @@ Don't forget to add your key to https://downloads.apache.org/james/KEYS == How to check the compilation -In order to have a standard compilation environment, we introduce Dockerfiles, using java-8. +In order to have a standard compilation environment, we introduce Dockerfiles, using java-11. === Java 11 @@ -211,7 +211,7 @@ This feature is available for three configurations : Built artifacts should be in ./dockerfiles/run/guice/cassandra-rabbitmq/destination folder for cassandra. If you haven't already: - $ docker build -t james/project dockerfiles/compilation/java-8 + $ docker build -t james/project dockerfiles/compilation/java-11 $ docker run -v $HOME/.m2:/root/.m2 -v $PWD:/origin \ -v $PWD/dockerfiles/run/guice/cassandra-rabbitmq/destination:/cassandra-rabbitmq/destination \ -t james/project -s HEAD @@ -301,7 +301,7 @@ Add a link for the tika container in the above command line: Built artifacts should be in ./dockerfiles/run/guice/cassandra/destination folder for cassandra. If you haven't already: - $ docker build -t james/project dockerfiles/compilation/java-8 + $ docker build -t james/project dockerfiles/compilation/java-11 $ docker run -v $HOME/.m2:/root/.m2 -v $PWD:/origin \ -v $PWD/dockerfiles/run/guice/cassandra/destination:/cassandra/destination \ -t james/project -s HEAD @@ -362,7 +362,7 @@ Add a link for the tika container in the above command line: Built artifacts should be in ./dockerfiles/run/guice/jpa/destination folder for jpa. If you haven't already: - $ docker build -t james/project dockerfiles/compilation/java-8 + $ docker build -t james/project dockerfiles/compilation/java-11 $ docker run -v $HOME/.m2:/root/.m2 -v $PWD:/origin \ -v $PWD/dockerfiles/run/guice/jpa/destination:/jpa/destination \ -t james/project -s HEAD @@ -398,7 +398,7 @@ To have log file accessible on a volume, add *-v $PWD/logs:/logs* option to the Built artifacts should be in ./dockerfiles/run/spring/destination folder for Spring. If you haven't already: - $ docker build -t james/project dockerfiles/compilation/java-8 + $ docker build -t james/project dockerfiles/compilation/java-11 $ docker run -v $HOME/.m2:/root/.m2 -v $PWD:/origin \ -v $PWD/dockerfiles/run/spring/destination:/spring/destination \ -t james/project -s HEAD --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
