JAMES-2490 Upgrade images mentionned in the README
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/ec66b40d Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/ec66b40d Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/ec66b40d Branch: refs/heads/master Commit: ec66b40dbebbcad6d9a98abf294f1bc0a2f4c34f Parents: c4ec1af Author: benwa <[email protected]> Authored: Mon Jul 23 12:52:04 2018 +0700 Committer: benwa <[email protected]> Committed: Tue Jul 24 09:49:58 2018 +0700 ---------------------------------------------------------------------- README.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/ec66b40d/README.adoc ---------------------------------------------------------------------- diff --git a/README.adoc b/README.adoc index 71d5b34..8cdf0c3 100644 --- a/README.adoc +++ b/README.adoc @@ -107,7 +107,7 @@ You need to build the homepage by: In order to test the homepage, you can use this command: - $ docker run --rm -v $PWD/site:/srv/jekyll -p 4000:4000 -it jekyll/minimal:3.5 jekyll serve + $ docker run --rm -v $PWD/site:/srv/jekyll -p 4000:4000 -it jekyll/minimal:3.8.3 jekyll serve the site will be available at http://localhost:4000/ @@ -219,7 +219,7 @@ You need a running *cassandra* in docker. To achieve this run: You need a running *ElasticSearch* in docker. To achieve this run: - $ docker run -d --name=elasticsearch elasticsearch:2.2.1 + $ docker run -d --name=elasticsearch elasticsearch:2.4.6 If you want to use all the JMAP search capabilities, you may also need to start Tika: @@ -255,7 +255,7 @@ You can handle attachment text extraction before indexing in ElasticSearch. This Run tika: - $ docker run --name tika logicalspark/docker-tikaserver:1.15rc2 + $ docker run --name tika linagora/docker-tikaserver:1.18-SNAPSHOT-plus-TIKA-2520 Add a link for the tika container in the above command line: --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
